Html Css Color HEX #2D178E Persian Indigo

📋 copy color: '#2D178E'

red 45 ◦ green 23 ◦ blue 142

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

Shades of Persian Indigo #2D178E

Tints of Persian Indigo #2D178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 21.43%
G = 10.95%
B = 67.62%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D178E (or 0x2D178E) is known color: Persian Indigo. HEX triplet: 2D, 17 and 8E. RGB value is (45,23,142). Sum of RGB (Red+Green+Blue) = 45+23+142=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D178E is #D2E871. Grayscale: #2A2A2A. Windows color (decimal): -13822066 or 9312045. OLE color: 9312045.

HSL color Cylindrical-coordinate representation of color #2D178E: hue angle of 251.09º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D178E is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 23 142 -
CMYK 0.68 0.84 0 0.44
HSL 251.09º 0.72% 0.32% -
HSV(B) 251.09º 0.84% 0.56% -
XYZ 6.27 3.12 25.86 -
YUV 43.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 45 23 142 0.68 0.84 0 0.44 251.09 0.72 0.32
Hex 2D 17 8E 44 54 0 2C FB 48 20
Octal 55 27 216 104 124 0 54 373 110 40
Binary 101101 10111 10001110 1000100 1010100 0 101100 11111011 1001000 100000

Color Harmonies of #2D178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D178E

Black with #2D178E

Text Example


Text Example

White with #2D178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,23,142); }

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

background-color css

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

 a { background-color: rgb(45,23,142); }

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

border-color css

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

 span { border-color: rgb(45,23,142); }

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