Html Css Color HEX #36068B Persian Indigo

📋 copy color: '#36068B'

red 54 ◦ green 6 ◦ blue 139

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

Shades of Persian Indigo #36068B

Tints of Persian Indigo #36068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 27.14%
G = 3.02%
B = 69.85%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36068B (or 0x36068B) is known color: Persian Indigo. HEX triplet: 36, 06 and 8B. RGB value is (54,6,139). Sum of RGB (Red+Green+Blue) = 54+6+139=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #36068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36068B is #C9F974. Grayscale: #232323. Windows color (decimal): -13236597 or 9111094. OLE color: 9111094.

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

Color convert

RGB 54 6 139 -
CMYK 0.61 0.96 0 0.45
HSL 261.65º 0.92% 0.28% -
HSV(B) 261.65º 0.96% 0.55% -
XYZ 6.25 2.78 24.63 -
YUV 35.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 54 6 139 0.61 0.96 0 0.45 261.65 0.92 0.28
Hex 36 6 8B 3D 60 0 2D 106 5C 1C
Octal 66 6 213 75 140 0 55 406 134 34
Binary 110110 110 10001011 111101 1100000 0 101101 100000110 1011100 11100

Color Harmonies of #36068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36068B

Black with #36068B

Text Example


Text Example

White with #36068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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