Html Css Color HEX #2429AD Persian Blue

📋 copy color: '#2429AD'

red 36 ◦ green 41 ◦ blue 173

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

Shades of Persian Blue #2429AD

Tints of Persian Blue #2429AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

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

R = 14.4%
G = 16.4%
B = 69.2%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2429AD (or 0x2429AD) is known color: Persian Blue. HEX triplet: 24, 29 and AD. RGB value is (36,41,173). Sum of RGB (Red+Green+Blue) = 36+41+173=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #2429AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2429AD is #DBD652. Grayscale: #363636. Windows color (decimal): -14407251 or 11348260. OLE color: 11348260.

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

Color convert

RGB 36 41 173 -
CMYK 0.79 0.76 0 0.32
HSL 237.81º 0.66% 0.41% -
HSV(B) 237.81º 0.79% 0.68% -
XYZ 9.06 4.98 40.02 -
YUV 54.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 36 41 173 0.79 0.76 0 0.32 237.81 0.66 0.41
Hex 24 29 AD 4F 4C 0 20 EE 42 29
Octal 44 51 255 117 114 0 40 356 102 51
Binary 100100 101001 10101101 1001111 1001100 0 100000 11101110 1000010 101001

Color Harmonies of #2429AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429AD

Black with #2429AD

Text Example


Text Example

White with #2429AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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