Html Css Color HEX #2D118E Persian Indigo

📋 copy color: '#2D118E'

red 45 ◦ green 17 ◦ blue 142

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

Shades of Persian Indigo #2D118E

Tints of Persian Indigo #2D118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 22.06%
G = 8.33%
B = 69.61%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D118E (or 0x2D118E) is known color: Persian Indigo. HEX triplet: 2D, 11 and 8E. RGB value is (45,17,142). Sum of RGB (Red+Green+Blue) = 45+17+142=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D118E is #D2EE71. Grayscale: #272727. Windows color (decimal): -13823602 or 9310509. OLE color: 9310509.

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

Color convert

RGB 45 17 142 -
CMYK 0.68 0.88 0 0.44
HSL 253.44º 0.79% 0.31% -
HSV(B) 253.44º 0.88% 0.56% -
XYZ 6.17 2.91 25.83 -
YUV 39.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 45 17 142 0.68 0.88 0 0.44 253.44 0.79 0.31
Hex 2D 11 8E 44 58 0 2C FD 4F 1F
Octal 55 21 216 104 130 0 54 375 117 37
Binary 101101 10001 10001110 1000100 1011000 0 101100 11111101 1001111 11111

Color Harmonies of #2D118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D118E

Black with #2D118E

Text Example


Text Example

White with #2D118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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