Html Css Color HEX #2D198E Persian Indigo

📋 copy color: '#2D198E'

red 45 ◦ green 25 ◦ blue 142

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

Shades of Persian Indigo #2D198E

Tints of Persian Indigo #2D198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 21.23%
G = 11.79%
B = 66.98%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D198E (or 0x2D198E) is known color: Persian Indigo. HEX triplet: 2D, 19 and 8E. RGB value is (45,25,142). Sum of RGB (Red+Green+Blue) = 45+25+142=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D198E is #D2E671. Grayscale: #2B2B2B. Windows color (decimal): -13821554 or 9312557. OLE color: 9312557.

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

Color convert

RGB 45 25 142 -
CMYK 0.68 0.82 0 0.44
HSL 250.26º 0.7% 0.33% -
HSV(B) 250.26º 0.82% 0.56% -
XYZ 6.31 3.21 25.88 -
YUV 44.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 45 25 142 0.68 0.82 0 0.44 250.26 0.7 0.33
Hex 2D 19 8E 44 52 0 2C FA 46 21
Octal 55 31 216 104 122 0 54 372 106 41
Binary 101101 11001 10001110 1000100 1010010 0 101100 11111010 1000110 100001

Color Harmonies of #2D198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D198E

Black with #2D198E

Text Example


Text Example

White with #2D198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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