Html Css Color HEX #2D177D Persian Indigo

📋 copy color: '#2D177D'

red 45 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #2D177D

Tints of Persian Indigo #2D177D

RGB

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

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

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

R = 23.32%
G = 11.92%
B = 64.77%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D177D (or 0x2D177D) is known color: Persian Indigo. HEX triplet: 2D, 17 and 7D. RGB value is (45,23,125). Sum of RGB (Red+Green+Blue) = 45+23+125=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D177D is #D2E882. Grayscale: #282828. Windows color (decimal): -13822083 or 8197933. OLE color: 8197933.

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

Color convert

RGB 45 23 125 -
CMYK 0.64 0.82 0 0.51
HSL 252.94º 0.69% 0.29% -
HSV(B) 252.94º 0.82% 0.49% -
XYZ 5.09 2.65 19.65 -
YUV 41.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 45 23 125 0.64 0.82 0 0.51 252.94 0.69 0.29
Hex 2D 17 7D 40 52 0 33 FD 45 1D
Octal 55 27 175 100 122 0 63 375 105 35
Binary 101101 10111 1111101 1000000 1010010 0 110011 11111101 1000101 11101

Color Harmonies of #2D177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D177D

Black with #2D177D

Text Example


Text Example

White with #2D177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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