Html Css Color HEX #2D198C Persian Indigo

📋 copy color: '#2D198C'

red 45 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #2D198C

Tints of Persian Indigo #2D198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.67%

R = 21.43%
G = 11.9%
B = 66.67%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D198C (or 0x2D198C) is known color: Persian Indigo. HEX triplet: 2D, 19 and 8C. RGB value is (45,25,140). Sum of RGB (Red+Green+Blue) = 45+25+140=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D198C is #D2E673. Grayscale: #2B2B2B. Windows color (decimal): -13821556 or 9181485. OLE color: 9181485.

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

Color convert

RGB 45 25 140 -
CMYK 0.68 0.82 0 0.45
HSL 250.43º 0.7% 0.32% -
HSV(B) 250.43º 0.82% 0.55% -
XYZ 6.16 3.15 25.09 -
YUV 44.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 45 25 140 0.68 0.82 0 0.45 250.43 0.7 0.32
Hex 2D 19 8C 44 52 0 2D FA 46 20
Octal 55 31 214 104 122 0 55 372 106 40
Binary 101101 11001 10001100 1000100 1010010 0 101101 11111010 1000110 100000

Color Harmonies of #2D198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D198C

Black with #2D198C

Text Example


Text Example

White with #2D198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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