Html Css Color HEX #2D178A Persian Indigo

📋 copy color: '#2D178A'

red 45 ◦ green 23 ◦ blue 138

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

Shades of Persian Indigo #2D178A

Tints of Persian Indigo #2D178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.99%

R = 21.84%
G = 11.17%
B = 66.99%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D178A (or 0x2D178A) is known color: Persian Indigo. HEX triplet: 2D, 17 and 8A. RGB value is (45,23,138). Sum of RGB (Red+Green+Blue) = 45+23+138=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D178A is #D2E875. Grayscale: #2A2A2A. Windows color (decimal): -13822070 or 9049901. OLE color: 9049901.

HSL color Cylindrical-coordinate representation of color #2D178A: hue angle of 251.48º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D178A is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 23 138 -
CMYK 0.67 0.83 0 0.46
HSL 251.48º 0.71% 0.32% -
HSV(B) 251.48º 0.83% 0.54% -
XYZ 5.98 3.01 24.31 -
YUV 42.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 45 23 138 0.67 0.83 0 0.46 251.48 0.71 0.32
Hex 2D 17 8A 43 53 0 2E FB 47 20
Octal 55 27 212 103 123 0 56 373 107 40
Binary 101101 10111 10001010 1000011 1010011 0 101110 11111011 1000111 100000

Color Harmonies of #2D178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D178A

Black with #2D178A

Text Example


Text Example

White with #2D178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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