Html Css Color HEX #36177B Persian Indigo

📋 copy color: '#36177B'

red 54 ◦ green 23 ◦ blue 123

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

Shades of Persian Indigo #36177B

Tints of Persian Indigo #36177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 61.5%

R = 27%
G = 11.5%
B = 61.5%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36177B (or 0x36177B) is known color: Persian Indigo. HEX triplet: 36, 17 and 7B. RGB value is (54,23,123). Sum of RGB (Red+Green+Blue) = 54+23+123=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #36177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36177B is #C9E884. Grayscale: #2B2B2B. Windows color (decimal): -13232261 or 8066870. OLE color: 8066870.

HSL color Cylindrical-coordinate representation of color #36177B: hue angle of 258.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36177B is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 23 123 -
CMYK 0.56 0.81 0 0.52
HSL 258.6º 0.68% 0.29% -
HSV(B) 258.6º 0.81% 0.48% -
XYZ 5.4 2.83 19 -
YUV 43.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 54 23 123 0.56 0.81 0 0.52 258.6 0.68 0.29
Hex 36 17 7B 38 51 0 34 103 44 1D
Octal 66 27 173 70 121 0 64 403 104 35
Binary 110110 10111 1111011 111000 1010001 0 110100 100000011 1000100 11101

Color Harmonies of #36177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36177B

Black with #36177B

Text Example


Text Example

White with #36177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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