Html Css Color HEX #360073 Persian Indigo

📋 copy color: '#360073'

red 54 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #360073

Tints of Persian Indigo #360073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.95%
G = 0%
B = 68.05%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360073 (or 0x360073) is known color: Persian Indigo. HEX triplet: 36, 00 and 73. RGB value is (54,0,115). Sum of RGB (Red+Green+Blue) = 54+0+115=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #360073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360073 is #C9FF8C. Grayscale: #1C1C1C. Windows color (decimal): -13238157 or 7536694. OLE color: 7536694.

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

Color convert

RGB 54 0 115 -
CMYK 0.53 1 0 0.55
HSL 268.17º 1% 0.23% -
HSV(B) 268.17º 1% 0.45% -
XYZ 4.62 2.02 16.37 -
YUV 29.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 54 0 115 0.53 1 0 0.55 268.17 1 0.23
Hex 36 0 73 35 64 0 37 10C 64 17
Octal 66 0 163 65 144 0 67 414 144 27
Binary 110110 0 1110011 110101 1100100 0 110111 100001100 1100100 10111

Color Harmonies of #360073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360073

Black with #360073

Text Example


Text Example

White with #360073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360073; }

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

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

background-color css

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

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

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

border-color css

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

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

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