Html Css Color HEX #360199 Persian Indigo

📋 copy color: '#360199'

red 54 ◦ green 1 ◦ blue 153

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

Shades of Persian Indigo #360199

Tints of Persian Indigo #360199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 153 (60.16% from 255) = 73.56%

R = 25.96%
G = 0.48%
B = 73.56%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#360199 (or 0x360199) is known color: Persian Indigo. HEX triplet: 36, 01 and 99. RGB value is (54,1,153). Sum of RGB (Red+Green+Blue) = 54+1+153=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #360199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360199 is #C9FE66. Grayscale: #212121. Windows color (decimal): -13237863 or 10027318. OLE color: 10027318.

HSL color Cylindrical-coordinate representation of color #360199: hue angle of 260.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360199 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 1 153 -
CMYK 0.65 0.99 0 0.4
HSL 260.92º 0.99% 0.3% -
HSV(B) 260.92º 0.99% 0.6% -
XYZ 7.28 3.11 30.35 -
YUV 34.18 195.06 142.14 -
System Red Green Blue C M Y K H S L
Decimal 54 1 153 0.65 0.99 0 0.4 260.92 0.99 0.3
Hex 36 1 99 41 63 0 28 105 63 1E
Octal 66 1 231 101 143 0 50 405 143 36
Binary 110110 1 10011001 1000001 1100011 0 101000 100000101 1100011 11110

Color Harmonies of #360199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360199

Black with #360199

Text Example


Text Example

White with #360199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360199; }

 p { color: rgb(54,1,153); }

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

background-color css

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

 a { background-color: rgb(54,1,153); }

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

border-color css

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

 span { border-color: rgb(54,1,153); }

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