Html Css Color HEX #2D177C Persian Indigo

📋 copy color: '#2D177C'

red 45 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #2D177C

Tints of Persian Indigo #2D177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 23.44%
G = 11.98%
B = 64.58%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2D177C (or 0x2D177C) is known color: Persian Indigo. HEX triplet: 2D, 17 and 7C. RGB value is (45,23,124). Sum of RGB (Red+Green+Blue) = 45+23+124=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D177C is #D2E883. Grayscale: #282828. Windows color (decimal): -13822084 or 8132397. OLE color: 8132397.

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

Color convert

RGB 45 23 124 -
CMYK 0.64 0.81 0 0.51
HSL 253.07º 0.69% 0.29% -
HSV(B) 253.07º 0.81% 0.49% -
XYZ 5.03 2.63 19.31 -
YUV 41.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 45 23 124 0.64 0.81 0 0.51 253.07 0.69 0.29
Hex 2D 17 7C 40 51 0 33 FD 45 1D
Octal 55 27 174 100 121 0 63 375 105 35
Binary 101101 10111 1111100 1000000 1010001 0 110011 11111101 1000101 11101

Color Harmonies of #2D177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D177C

Black with #2D177C

Text Example


Text Example

White with #2D177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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