Html Css Color HEX #36098C Persian Indigo

📋 copy color: '#36098C'

red 54 ◦ green 9 ◦ blue 140

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

Shades of Persian Indigo #36098C

Tints of Persian Indigo #36098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 26.6%
G = 4.43%
B = 68.97%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36098C (or 0x36098C) is known color: Persian Indigo. HEX triplet: 36, 09 and 8C. RGB value is (54,9,140). Sum of RGB (Red+Green+Blue) = 54+9+140=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #36098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36098C is #C9F673. Grayscale: #242424. Windows color (decimal): -13235828 or 9177398. OLE color: 9177398.

HSL color Cylindrical-coordinate representation of color #36098C: hue angle of 260.61º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36098C is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 9 140 -
CMYK 0.61 0.94 0 0.45
HSL 260.61º 0.88% 0.29% -
HSV(B) 260.61º 0.94% 0.55% -
XYZ 6.35 2.87 25.03 -
YUV 37.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 54 9 140 0.61 0.94 0 0.45 260.61 0.88 0.29
Hex 36 9 8C 3D 5E 0 2D 105 58 1D
Octal 66 11 214 75 136 0 55 405 130 35
Binary 110110 1001 10001100 111101 1011110 0 101101 100000101 1011000 11101

Color Harmonies of #36098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36098C

Black with #36098C

Text Example


Text Example

White with #36098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36098C; }

 p { color: rgb(54,9,140); }

 H1.HeaderClassName
 {
   color: #36098C;
 }
 .AnyTagClassName
 {
   color: #36098C;
 }
</style>

background-color css

<style>
 a { background-color: #36098C; }

 a { background-color: rgb(54,9,140); }

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

border-color css

<style>
 span { border-color: #36098C; }

 span { border-color: rgb(54,9,140); }

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