Html Css Color HEX #360273 Persian Indigo

📋 copy color: '#360273'

red 54 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #360273

Tints of Persian Indigo #360273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 31.58%
G = 1.17%
B = 67.25%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360273 (or 0x360273) is known color: Persian Indigo. HEX triplet: 36, 02 and 73. RGB value is (54,2,115). Sum of RGB (Red+Green+Blue) = 54+2+115=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #360273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360273 is #C9FD8C. Grayscale: #1E1E1E. Windows color (decimal): -13237645 or 7537206. OLE color: 7537206.

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

Color convert

RGB 54 2 115 -
CMYK 0.53 0.98 0 0.55
HSL 267.61º 0.97% 0.23% -
HSV(B) 267.61º 0.98% 0.45% -
XYZ 4.64 2.07 16.37 -
YUV 30.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 54 2 115 0.53 0.98 0 0.55 267.61 0.97 0.23
Hex 36 2 73 35 62 0 37 10C 61 17
Octal 66 2 163 65 142 0 67 414 141 27
Binary 110110 10 1110011 110101 1100010 0 110111 100001100 1100001 10111

Color Harmonies of #360273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360273

Black with #360273

Text Example


Text Example

White with #360273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360273; }

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

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

background-color css

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

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

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

border-color css

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

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

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