Html Css Color HEX #36098B Persian Indigo

📋 copy color: '#36098B'

red 54 ◦ green 9 ◦ blue 139

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

Shades of Persian Indigo #36098B

Tints of Persian Indigo #36098B

RGB

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

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

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

R = 26.73%
G = 4.46%
B = 68.81%

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

#36098B (or 0x36098B) is known color: Persian Indigo. HEX triplet: 36, 09 and 8B. RGB value is (54,9,139). Sum of RGB (Red+Green+Blue) = 54+9+139=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #36098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36098B is #C9F674. Grayscale: #242424. Windows color (decimal): -13235829 or 9111862. OLE color: 9111862.

HSL color Cylindrical-coordinate representation of color #36098B: hue angle of 260.77º 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 #36098B is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 9 139 -
CMYK 0.61 0.94 0 0.45
HSL 260.77º 0.88% 0.29% -
HSV(B) 260.77º 0.94% 0.55% -
XYZ 6.28 2.84 24.64 -
YUV 37.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 54 9 139 0.61 0.94 0 0.45 260.77 0.88 0.29
Hex 36 9 8B 3D 5E 0 2D 105 58 1D
Octal 66 11 213 75 136 0 55 405 130 35
Binary 110110 1001 10001011 111101 1011110 0 101101 100000101 1011000 11101

Color Harmonies of #36098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36098B

Black with #36098B

Text Example


Text Example

White with #36098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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