Html Css Color HEX #360387 Persian Indigo

📋 copy color: '#360387'

red 54 ◦ green 3 ◦ blue 135

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

Shades of Persian Indigo #360387

Tints of Persian Indigo #360387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

 BLUE value IS 135 (53.13% from 255) = 70.31%

R = 28.13%
G = 1.56%
B = 70.31%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#360387 (or 0x360387) is known color: Persian Indigo. HEX triplet: 36, 03 and 87. RGB value is (54,3,135). Sum of RGB (Red+Green+Blue) = 54+3+135=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #360387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360387 is #C9FC78. Grayscale: #202020. Windows color (decimal): -13237369 or 8848182. OLE color: 8848182.

HSL color Cylindrical-coordinate representation of color #360387: hue angle of 263.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360387 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 3 135 -
CMYK 0.60 0.98 0 0.47
HSL 263.18º 0.96% 0.27% -
HSV(B) 263.18º 0.98% 0.53% -
XYZ 5.93 2.6 23.11 -
YUV 33.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 54 3 135 0.60 0.98 0 0.47 263.18 0.96 0.27
Hex 36 3 87 3C 62 0 2F 107 60 1B
Octal 66 3 207 74 142 0 57 407 140 33
Binary 110110 11 10000111 111100 1100010 0 101111 100000111 1100000 11011

Color Harmonies of #360387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360387

Black with #360387

Text Example


Text Example

White with #360387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360387; }

 p { color: rgb(54,3,135); }

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

background-color css

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

 a { background-color: rgb(54,3,135); }

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

border-color css

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

 span { border-color: rgb(54,3,135); }

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