Html Css Color HEX #2D197D Persian Indigo

📋 copy color: '#2D197D'

red 45 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #2D197D

Tints of Persian Indigo #2D197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 23.08%
G = 12.82%
B = 64.1%

CMYK

 C value IS 0.64

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D197D (or 0x2D197D) is known color: Persian Indigo. HEX triplet: 2D, 19 and 7D. RGB value is (45,25,125). Sum of RGB (Red+Green+Blue) = 45+25+125=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D197D is #D2E682. Grayscale: #2A2A2A. Windows color (decimal): -13821571 or 8198445. OLE color: 8198445.

HSL color Cylindrical-coordinate representation of color #2D197D: hue angle of 252º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D197D is Cyan = 0.64, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 45 25 125 -
CMYK 0.64 0.8 0 0.51
HSL 252º 0.67% 0.29% -
HSV(B) 252º 0.8% 0.49% -
XYZ 5.13 2.73 19.66 -
YUV 42.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 45 25 125 0.64 0.8 0 0.51 252 0.67 0.29
Hex 2D 19 7D 40 50 0 33 FC 43 1D
Octal 55 31 175 100 120 0 63 374 103 35
Binary 101101 11001 1111101 1000000 1010000 0 110011 11111100 1000011 11101

Color Harmonies of #2D197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D197D

Black with #2D197D

Text Example


Text Example

White with #2D197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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