#271EB6

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

Shades of Persian Blue #271EB6

Tints of Persian Blue #271EB6

Color information

#271EB6 (or 0x271EB6) is unknown color: approx Persian Blue. HEX triplet: 27, 1E and B6. RGB value is (39,30,182). Sum of RGB (Red+Green+Blue) = 39+30+182=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 182 (71.48% from 255 or 72.51% from 251); Max value from RGB is 182 - color contains mainly: blue. Hex color #271EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EB6 is #D8E149. Grayscale: #313131. Windows color (decimal): -14213450 or 11935271. OLE color: 11935271.

HSL color Cylindrical-coordinate representation of color #271EB6: hue angle of 243.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271EB6 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3930182-
CMYK0.790.8400.29
HSL243.55º71.7%41.57%-
HSV(B)243.55º83.52%71.37%-
XYZ9.744.7444.66-
YUV50.02202.48120.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 182 (71.48% from 255) = 72.51%
R=15.54%
G=11.95%
B=72.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39301820.790.8400.29243.5571.741.57
Hex271EB64F5401Df4482a
Octal473626611712403536411052
Binary100111111101011011010011111010100011101111101001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,30,182); }

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

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

 a { background-color: rgb(39,30,182); }

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

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

 span { border-color: rgb(39,30,182); }

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