#241DB6

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

Shades of Persian Blue #241DB6

Tints of Persian Blue #241DB6

Color information

#241DB6 (or 0x241DB6) is unknown color: approx Persian Blue. HEX triplet: 24, 1D and B6. RGB value is (36,29,182). Sum of RGB (Red+Green+Blue) = 36+29+182=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 182 (71.48% from 255 or 73.68% from 247); Max value from RGB is 182 - color contains mainly: blue. Hex color #241DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DB6 is #DBE249. Grayscale: #2F2F2F. Windows color (decimal): -14410314 or 11935012. OLE color: 11935012.

HSL color Cylindrical-coordinate representation of color #241DB6: hue angle of 242.75º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241DB6 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3629182-
CMYK0.800.8400.29
HSL242.75º72.51%41.37%-
HSV(B)242.75º84.07%71.37%-
XYZ9.614.6344.64-
YUV48.54203.32119.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 29 (11.72% from 255) = 11.74%
BLUE value IS 182 (71.48% from 255) = 73.68%
R=14.57%
G=11.74%
B=73.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36291820.800.8400.29242.7572.5141.37
Hex241DB6505401Df34929
Octal443526612012403536311151
Binary100100111011011011010100001010100011101111100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241DB6; }

 p { color: rgb(36,29,182); }

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

<style>
 a { background-color: #241DB6; }

 a { background-color: rgb(36,29,182); }

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

<style>
 span { border-color: #241DB6; }

 span { border-color: rgb(36,29,182); }

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