Html Css Color HEX #2D2AE4 Persian Blue

📋 copy color: '#2D2AE4'

red 45 ◦ green 42 ◦ blue 228

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

Shades of Persian Blue #2D2AE4

Tints of Persian Blue #2D2AE4

RGB

 RED value IS 45 (17.97% from 255) = 14.29%

 GREEN value IS 42 (16.8% from 255) = 13.33%

 BLUE value IS 228 (89.45% from 255) = 72.38%

R = 14.29%
G = 13.33%
B = 72.38%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2D2AE4 (or 0x2D2AE4) is known color: Persian Blue. HEX triplet: 2D, 2A and E4. RGB value is (45,42,228). Sum of RGB (Red+Green+Blue) = 45+42+228=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 228 (89.45% from 255 or 72.38% from 315); Max value from RGB is 228 - color contains mainly: blue. Hex color #2D2AE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2AE4 is #D2D51B. Grayscale: #3F3F3F. Windows color (decimal): -13817116 or 14953005. OLE color: 14953005.

HSL color Cylindrical-coordinate representation of color #2D2AE4: hue angle of 240.97º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D2AE4 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 42 228 -
CMYK 0.80 0.82 0 0.11
HSL 240.97º 0.78% 0.53% -
HSV(B) 240.97º 0.82% 0.89% -
XYZ 15.91 7.82 74.07 -
YUV 64.1 220.49 114.38 -
System Red Green Blue C M Y K H S L
Decimal 45 42 228 0.80 0.82 0 0.11 240.97 0.78 0.53
Hex 2D 2A E4 50 52 0 B F1 4E 35
Octal 55 52 344 120 122 0 13 361 116 65
Binary 101101 101010 11100100 1010000 1010010 0 1011 11110001 1001110 110101

Color Harmonies of #2D2AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2AE4

Black with #2D2AE4

Text Example


Text Example

White with #2D2AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D2AE4; }

 p { color: rgb(45,42,228); }

 H1.HeaderClassName
 {
   color: #2D2AE4;
 }
 .AnyTagClassName
 {
   color: #2D2AE4;
 }
</style>

background-color css

<style>
 a { background-color: #2D2AE4; }

 a { background-color: rgb(45,42,228); }

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

border-color css

<style>
 span { border-color: #2D2AE4; }

 span { border-color: rgb(45,42,228); }

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