Html Css Color HEX #2420AD Persian Blue

📋 copy color: '#2420AD'

red 36 ◦ green 32 ◦ blue 173

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

Shades of Persian Blue #2420AD

Tints of Persian Blue #2420AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 71.78%

R = 14.94%
G = 13.28%
B = 71.78%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2420AD (or 0x2420AD) is known color: Persian Blue. HEX triplet: 24, 20 and AD. RGB value is (36,32,173). Sum of RGB (Red+Green+Blue) = 36+32+173=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #2420AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2420AD is #DBDF52. Grayscale: #303030. Windows color (decimal): -14409555 or 11345956. OLE color: 11345956.

HSL color Cylindrical-coordinate representation of color #2420AD: hue angle of 241.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2420AD is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 32 173 -
CMYK 0.79 0.82 0 0.32
HSL 241.7º 0.69% 0.4% -
HSV(B) 241.7º 0.82% 0.68% -
XYZ 8.79 4.43 39.93 -
YUV 49.27 197.83 118.54 -
System Red Green Blue C M Y K H S L
Decimal 36 32 173 0.79 0.82 0 0.32 241.7 0.69 0.4
Hex 24 20 AD 4F 52 0 20 F2 45 28
Octal 44 40 255 117 122 0 40 362 105 50
Binary 100100 100000 10101101 1001111 1010010 0 100000 11110010 1000101 101000

Color Harmonies of #2420AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2420AD

Black with #2420AD

Text Example


Text Example

White with #2420AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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