Html Css Color HEX #2428AB Persian Blue

📋 copy color: '#2428AB'

red 36 ◦ green 40 ◦ blue 171

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

Shades of Persian Blue #2428AB

Tints of Persian Blue #2428AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

 BLUE value IS 171 (67.19% from 255) = 69.23%

R = 14.57%
G = 16.19%
B = 69.23%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2428AB (or 0x2428AB) is known color: Persian Blue. HEX triplet: 24, 28 and AB. RGB value is (36,40,171). Sum of RGB (Red+Green+Blue) = 36+40+171=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #2428AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2428AB is #DBD754. Grayscale: #353535. Windows color (decimal): -14407509 or 11216932. OLE color: 11216932.

HSL color Cylindrical-coordinate representation of color #2428AB: hue angle of 238.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2428AB is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 40 171 -
CMYK 0.79 0.77 0 0.33
HSL 238.22º 0.65% 0.41% -
HSV(B) 238.22º 0.79% 0.67% -
XYZ 8.84 4.83 39 -
YUV 53.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 36 40 171 0.79 0.77 0 0.33 238.22 0.65 0.41
Hex 24 28 AB 4F 4D 0 21 EE 41 29
Octal 44 50 253 117 115 0 41 356 101 51
Binary 100100 101000 10101011 1001111 1001101 0 100001 11101110 1000001 101001

Color Harmonies of #2428AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2428AB

Black with #2428AB

Text Example


Text Example

White with #2428AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2428AB; }

 p { color: rgb(36,40,171); }

 H1.HeaderClassName
 {
   color: #2428AB;
 }
 .AnyTagClassName
 {
   color: #2428AB;
 }
</style>

background-color css

<style>
 a { background-color: #2428AB; }

 a { background-color: rgb(36,40,171); }

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

border-color css

<style>
 span { border-color: #2428AB; }

 span { border-color: rgb(36,40,171); }

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