Html Css Color HEX #36129F Persian Indigo

📋 copy color: '#36129F'

red 54 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #36129F

Tints of Persian Indigo #36129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 23.38%
G = 7.79%
B = 68.83%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36129F (or 0x36129F) is known color: Persian Indigo. HEX triplet: 36, 12 and 9F. RGB value is (54,18,159). Sum of RGB (Red+Green+Blue) = 54+18+159=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #36129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36129F is #C9ED60. Grayscale: #2C2C2C. Windows color (decimal): -13233505 or 10424886. OLE color: 10424886.

HSL color Cylindrical-coordinate representation of color #36129F: hue angle of 255.32º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36129F is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 18 159 -
CMYK 0.66 0.89 0 0.38
HSL 255.32º 0.8% 0.35% -
HSV(B) 255.32º 0.89% 0.62% -
XYZ 8 3.72 33.1 -
YUV 44.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 54 18 159 0.66 0.89 0 0.38 255.32 0.8 0.35
Hex 36 12 9F 42 59 0 26 FF 50 23
Octal 66 22 237 102 131 0 46 377 120 43
Binary 110110 10010 10011111 1000010 1011001 0 100110 11111111 1010000 100011

Color Harmonies of #36129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36129F

Black with #36129F

Text Example


Text Example

White with #36129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,18,159); }

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

background-color css

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

 a { background-color: rgb(54,18,159); }

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

border-color css

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

 span { border-color: rgb(54,18,159); }

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