Html Css Color HEX #36068F Persian Indigo

📋 copy color: '#36068F'

red 54 ◦ green 6 ◦ blue 143

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

Shades of Persian Indigo #36068F

Tints of Persian Indigo #36068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 70.44%

R = 26.6%
G = 2.96%
B = 70.44%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36068F (or 0x36068F) is known color: Persian Indigo. HEX triplet: 36, 06 and 8F. RGB value is (54,6,143). Sum of RGB (Red+Green+Blue) = 54+6+143=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #36068F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36068F is #C9F970. Grayscale: #232323. Windows color (decimal): -13236593 or 9373238. OLE color: 9373238.

HSL color Cylindrical-coordinate representation of color #36068F: hue angle of 261.02º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36068F is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 6 143 -
CMYK 0.62 0.96 0 0.44
HSL 261.02º 0.92% 0.29% -
HSV(B) 261.02º 0.96% 0.56% -
XYZ 6.54 2.9 26.2 -
YUV 35.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 54 6 143 0.62 0.96 0 0.44 261.02 0.92 0.29
Hex 36 6 8F 3E 60 0 2C 105 5C 1D
Octal 66 6 217 76 140 0 54 405 134 35
Binary 110110 110 10001111 111110 1100000 0 101100 100000101 1011100 11101

Color Harmonies of #36068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36068F

Black with #36068F

Text Example


Text Example

White with #36068F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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