Html Css Color HEX #36168B Persian Indigo

📋 copy color: '#36168B'

red 54 ◦ green 22 ◦ blue 139

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

Shades of Persian Indigo #36168B

Tints of Persian Indigo #36168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 25.12%
G = 10.23%
B = 64.65%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36168B (or 0x36168B) is known color: Persian Indigo. HEX triplet: 36, 16 and 8B. RGB value is (54,22,139). Sum of RGB (Red+Green+Blue) = 54+22+139=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #36168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36168B is #C9E974. Grayscale: #2C2C2C. Windows color (decimal): -13232501 or 9115190. OLE color: 9115190.

HSL color Cylindrical-coordinate representation of color #36168B: hue angle of 256.41º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36168B is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 22 139 -
CMYK 0.61 0.84 0 0.45
HSL 256.41º 0.73% 0.32% -
HSV(B) 256.41º 0.84% 0.55% -
XYZ 6.47 3.22 24.71 -
YUV 44.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 54 22 139 0.61 0.84 0 0.45 256.41 0.73 0.32
Hex 36 16 8B 3D 54 0 2D 100 49 20
Octal 66 26 213 75 124 0 55 400 111 40
Binary 110110 10110 10001011 111101 1010100 0 101101 100000000 1001001 100000

Color Harmonies of #36168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36168B

Black with #36168B

Text Example


Text Example

White with #36168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,22,139); }

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

background-color css

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

 a { background-color: rgb(54,22,139); }

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

border-color css

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

 span { border-color: rgb(54,22,139); }

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