Html Css Color HEX #360397 Persian Indigo

📋 copy color: '#360397'

red 54 ◦ green 3 ◦ blue 151

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

Shades of Persian Indigo #360397

Tints of Persian Indigo #360397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.6%

R = 25.96%
G = 1.44%
B = 72.6%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360397 (or 0x360397) is known color: Persian Indigo. HEX triplet: 36, 03 and 97. RGB value is (54,3,151). Sum of RGB (Red+Green+Blue) = 54+3+151=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #360397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360397 is #C9FC68. Grayscale: #222222. Windows color (decimal): -13237353 or 9896758. OLE color: 9896758.

HSL color Cylindrical-coordinate representation of color #360397: hue angle of 260.68º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360397 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 3 151 -
CMYK 0.64 0.98 0 0.41
HSL 260.68º 0.96% 0.3% -
HSV(B) 260.68º 0.98% 0.59% -
XYZ 7.14 3.08 29.5 -
YUV 35.12 193.4 141.47 -
System Red Green Blue C M Y K H S L
Decimal 54 3 151 0.64 0.98 0 0.41 260.68 0.96 0.3
Hex 36 3 97 40 62 0 29 105 60 1E
Octal 66 3 227 100 142 0 51 405 140 36
Binary 110110 11 10010111 1000000 1100010 0 101001 100000101 1100000 11110

Color Harmonies of #360397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360397

Black with #360397

Text Example


Text Example

White with #360397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360397; }

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

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

background-color css

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

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

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

border-color css

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

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

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