Html Css Color HEX #36098D Persian Indigo

📋 copy color: '#36098D'

red 54 ◦ green 9 ◦ blue 141

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

Shades of Persian Indigo #36098D

Tints of Persian Indigo #36098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 26.47%
G = 4.41%
B = 69.12%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36098D (or 0x36098D) is known color: Persian Indigo. HEX triplet: 36, 09 and 8D. RGB value is (54,9,141). Sum of RGB (Red+Green+Blue) = 54+9+141=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #36098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36098D is #C9F672. Grayscale: #252525. Windows color (decimal): -13235827 or 9242934. OLE color: 9242934.

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

Color convert

RGB 54 9 141 -
CMYK 0.62 0.94 0 0.45
HSL 260.45º 0.88% 0.29% -
HSV(B) 260.45º 0.94% 0.55% -
XYZ 6.43 2.9 25.42 -
YUV 37.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 54 9 141 0.62 0.94 0 0.45 260.45 0.88 0.29
Hex 36 9 8D 3E 5E 0 2D 104 58 1D
Octal 66 11 215 76 136 0 55 404 130 35
Binary 110110 1001 10001101 111110 1011110 0 101101 100000100 1011000 11101

Color Harmonies of #36098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36098D

Black with #36098D

Text Example


Text Example

White with #36098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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