#271DC4

Color #271DC4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #271DC4

Tints of Persian Blue #271DC4

Color information

#271DC4 (or 0x271DC4) is unknown color: approx Persian Blue. HEX triplet: 27, 1D and C4. RGB value is (39,29,196). Sum of RGB (Red+Green+Blue) = 39+29+196=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 196 (76.95% from 255 or 74.24% from 264); Max value from RGB is 196 - color contains mainly: blue. Hex color #271DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271DC4 is #D8E23B. Grayscale: #323232. Windows color (decimal): -14213692 or 12852519. OLE color: 12852519.

HSL color Cylindrical-coordinate representation of color #271DC4: hue angle of 243.59º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271DC4 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3929196-
CMYK0.800.8500.23
HSL243.59º74.22%44.12%-
HSV(B)243.59º85.2%76.86%-
XYZ11.245.352.65-
YUV51.03209.81119.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 196 (76.95% from 255) = 74.24%
R=14.77%
G=10.98%
B=74.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39291960.800.8500.23243.5974.2244.12
Hex271DC45055017f44a2c
Octal473530412012502736411254
Binary100111111011100010010100001010101010111111101001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271DC4; }

 p { color: rgb(39,29,196); }

 H1.HeaderClassName
 {
   color: #271DC4;
 }
 .AnyTagClassName
 {
   color: #271DC4;
 }
</style>
background-color css

<style>
 a { background-color: #271DC4; }

 a { background-color: rgb(39,29,196); }

 div.DivClassName
 {
   background-color: #271DC4;
 }
 .BgClassName
 {
   background-color: #271DC4;
 }
</style>
border-color css

<style>
 span { border-color: #271DC4; }

 span { border-color: rgb(39,29,196); }

 td.TdClassName
 {
   border-color: #271DC4;
 }
 .TagClassName
 {
   border-color: #271DC4;
 }
</style>