Html Css Color HEX #36177C Persian Indigo

📋 copy color: '#36177C'

red 54 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #36177C

Tints of Persian Indigo #36177C

RGB

 RED value IS 54 (21.48% from 255) = 26.87%

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

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

R = 26.87%
G = 11.44%
B = 61.69%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36177C (or 0x36177C) is known color: Persian Indigo. HEX triplet: 36, 17 and 7C. RGB value is (54,23,124). Sum of RGB (Red+Green+Blue) = 54+23+124=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #36177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36177C is #C9E883. Grayscale: #2B2B2B. Windows color (decimal): -13232260 or 8132406. OLE color: 8132406.

HSL color Cylindrical-coordinate representation of color #36177C: hue angle of 258.42º 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 #36177C is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 23 124 -
CMYK 0.56 0.81 0 0.51
HSL 258.42º 0.69% 0.29% -
HSV(B) 258.42º 0.81% 0.49% -
XYZ 5.47 2.85 19.33 -
YUV 43.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 54 23 124 0.56 0.81 0 0.51 258.42 0.69 0.29
Hex 36 17 7C 38 51 0 33 102 45 1D
Octal 66 27 174 70 121 0 63 402 105 35
Binary 110110 10111 1111100 111000 1010001 0 110011 100000010 1000101 11101

Color Harmonies of #36177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36177C

Black with #36177C

Text Example


Text Example

White with #36177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36177C; }

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

 H1.HeaderClassName
 {
   color: #36177C;
 }
 .AnyTagClassName
 {
   color: #36177C;
 }
</style>

background-color css

<style>
 a { background-color: #36177C; }

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

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

border-color css

<style>
 span { border-color: #36177C; }

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

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