Html Css Color HEX #2D1C78 Persian Indigo

📋 copy color: '#2D1C78'

red 45 ◦ green 28 ◦ blue 120

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

Shades of Persian Indigo #2D1C78

Tints of Persian Indigo #2D1C78

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.51%

 BLUE value IS 120 (47.27% from 255) = 62.18%

R = 23.32%
G = 14.51%
B = 62.18%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D1C78 (or 0x2D1C78) is known color: Persian Indigo. HEX triplet: 2D, 1C and 78. RGB value is (45,28,120). Sum of RGB (Red+Green+Blue) = 45+28+120=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1C78 is #D2E387. Grayscale: #2B2B2B. Windows color (decimal): -13820808 or 7871533. OLE color: 7871533.

HSL color Cylindrical-coordinate representation of color #2D1C78: hue angle of 251.09º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D1C78 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 28 120 -
CMYK 0.63 0.77 0 0.53
HSL 251.09º 0.62% 0.29% -
HSV(B) 251.09º 0.77% 0.47% -
XYZ 4.89 2.74 18.04 -
YUV 43.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 45 28 120 0.63 0.77 0 0.53 251.09 0.62 0.29
Hex 2D 1C 78 3F 4D 0 35 FB 3E 1D
Octal 55 34 170 77 115 0 65 373 76 35
Binary 101101 11100 1111000 111111 1001101 0 110101 11111011 111110 11101

Color Harmonies of #2D1C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1C78

Black with #2D1C78

Text Example


Text Example

White with #2D1C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,28,120); }

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

background-color css

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

 a { background-color: rgb(45,28,120); }

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

border-color css

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

 span { border-color: rgb(45,28,120); }

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