Html Css Color HEX #360373 Persian Indigo

📋 copy color: '#360373'

red 54 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #360373

Tints of Persian Indigo #360373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 31.4%
G = 1.74%
B = 66.86%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360373 (or 0x360373) is known color: Persian Indigo. HEX triplet: 36, 03 and 73. RGB value is (54,3,115). Sum of RGB (Red+Green+Blue) = 54+3+115=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #360373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360373 is #C9FC8C. Grayscale: #1E1E1E. Windows color (decimal): -13237389 or 7537462. OLE color: 7537462.

HSL color Cylindrical-coordinate representation of color #360373: hue angle of 267.32º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360373 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 3 115 -
CMYK 0.53 0.97 0 0.55
HSL 267.32º 0.95% 0.23% -
HSV(B) 267.32º 0.97% 0.45% -
XYZ 4.65 2.09 16.38 -
YUV 31.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 54 3 115 0.53 0.97 0 0.55 267.32 0.95 0.23
Hex 36 3 73 35 61 0 37 10B 5F 17
Octal 66 3 163 65 141 0 67 413 137 27
Binary 110110 11 1110011 110101 1100001 0 110111 100001011 1011111 10111

Color Harmonies of #360373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360373

Black with #360373

Text Example


Text Example

White with #360373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360373; }

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

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

background-color css

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

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

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

border-color css

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

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

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