Html Css Color HEX #2D1877 Persian Indigo

📋 copy color: '#2D1877'

red 45 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #2D1877

Tints of Persian Indigo #2D1877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

 BLUE value IS 119 (46.88% from 255) = 63.3%

R = 23.94%
G = 12.77%
B = 63.3%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D1877 (or 0x2D1877) is known color: Persian Indigo. HEX triplet: 2D, 18 and 77. RGB value is (45,24,119). Sum of RGB (Red+Green+Blue) = 45+24+119=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D1877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1877 is #D2E788. Grayscale: #282828. Windows color (decimal): -13821833 or 7804973. OLE color: 7804973.

HSL color Cylindrical-coordinate representation of color #2D1877: hue angle of 253.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1877 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 24 119 -
CMYK 0.62 0.80 0 0.53
HSL 253.26º 0.66% 0.28% -
HSV(B) 253.26º 0.8% 0.47% -
XYZ 4.74 2.54 17.69 -
YUV 41.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 45 24 119 0.62 0.80 0 0.53 253.26 0.66 0.28
Hex 2D 18 77 3E 50 0 35 FD 42 1C
Octal 55 30 167 76 120 0 65 375 102 34
Binary 101101 11000 1110111 111110 1010000 0 110101 11111101 1000010 11100

Color Harmonies of #2D1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1877

Black with #2D1877

Text Example


Text Example

White with #2D1877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,24,119); }

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

background-color css

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

 a { background-color: rgb(45,24,119); }

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

border-color css

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

 span { border-color: rgb(45,24,119); }

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