Html Css Color HEX #241DD2 Persian Blue

📋 copy color: '#241DD2'

red 36 ◦ green 29 ◦ blue 210

#241DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #241DD2

Tints of Persian Blue #241DD2

RGB

 RED value IS 36 (14.45% from 255) = 13.09%

 GREEN value IS 29 (11.72% from 255) = 10.55%

 BLUE value IS 210 (82.42% from 255) = 76.36%

R = 13.09%
G = 10.55%
B = 76.36%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#241DD2 (or 0x241DD2) is known color: Persian Blue. HEX triplet: 24, 1D and D2. RGB value is (36,29,210). Sum of RGB (Red+Green+Blue) = 36+29+210=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 210 (82.42% from 255 or 76.36% from 275); Max value from RGB is 210 - color contains mainly: blue. Hex color #241DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DD2 is #DBE22D. Grayscale: #333333. Windows color (decimal): -14410286 or 13770020. OLE color: 13770020.

HSL color Cylindrical-coordinate representation of color #241DD2: hue angle of 242.32º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241DD2 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 29 210 -
CMYK 0.83 0.86 0 0.18
HSL 242.32º 0.76% 0.47% -
HSV(B) 242.32º 0.86% 0.82% -
XYZ 12.8 5.91 61.44 -
YUV 51.73 217.32 116.78 -
System Red Green Blue C M Y K H S L
Decimal 36 29 210 0.83 0.86 0 0.18 242.32 0.76 0.47
Hex 24 1D D2 53 56 0 12 F2 4C 2F
Octal 44 35 322 123 126 0 22 362 114 57
Binary 100100 11101 11010010 1010011 1010110 0 10010 11110010 1001100 101111

Color Harmonies of #241DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DD2

Black with #241DD2

Text Example


Text Example

White with #241DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #241DD2;
 }
 .AnyTagClassName
 {
   color: #241DD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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