Html Css Color HEX #2420D3 Persian Blue

📋 copy color: '#2420D3'

red 36 ◦ green 32 ◦ blue 211

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

Shades of Persian Blue #2420D3

Tints of Persian Blue #2420D3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 211 (82.81% from 255) = 75.63%

R = 12.9%
G = 11.47%
B = 75.63%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2420D3 (or 0x2420D3) is known color: Persian Blue. HEX triplet: 24, 20 and D3. RGB value is (36,32,211). Sum of RGB (Red+Green+Blue) = 36+32+211=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 211 (82.81% from 255 or 75.63% from 279); Max value from RGB is 211 - color contains mainly: blue. Hex color #2420D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2420D3 is #DBDF2C. Grayscale: #343434. Windows color (decimal): -14409517 or 13836324. OLE color: 13836324.

HSL color Cylindrical-coordinate representation of color #2420D3: hue angle of 241.34º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2420D3 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 36 32 211 -
CMYK 0.83 0.85 0 0.17
HSL 241.34º 0.74% 0.48% -
HSV(B) 241.34º 0.85% 0.83% -
XYZ 13 6.11 62.12 -
YUV 53.6 216.83 115.45 -
System Red Green Blue C M Y K H S L
Decimal 36 32 211 0.83 0.85 0 0.17 241.34 0.74 0.48
Hex 24 20 D3 53 55 0 11 F1 4A 30
Octal 44 40 323 123 125 0 21 361 112 60
Binary 100100 100000 11010011 1010011 1010101 0 10001 11110001 1001010 110000

Color Harmonies of #2420D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2420D3

Black with #2420D3

Text Example


Text Example

White with #2420D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2420D3; }

 p { color: rgb(36,32,211); }

 H1.HeaderClassName
 {
   color: #2420D3;
 }
 .AnyTagClassName
 {
   color: #2420D3;
 }
</style>

background-color css

<style>
 a { background-color: #2420D3; }

 a { background-color: rgb(36,32,211); }

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

border-color css

<style>
 span { border-color: #2420D3; }

 span { border-color: rgb(36,32,211); }

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