Html Css Color HEX #360263 Persian Indigo

📋 copy color: '#360263'

red 54 ◦ green 2 ◦ blue 99

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

Shades of Persian Indigo #360263

Tints of Persian Indigo #360263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 63.87%

R = 34.84%
G = 1.29%
B = 63.87%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#360263 (or 0x360263) is known color: Persian Indigo. HEX triplet: 36, 02 and 63. RGB value is (54,2,99). Sum of RGB (Red+Green+Blue) = 54+2+99=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #360263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360263 is #C9FD9C. Grayscale: #1C1C1C. Windows color (decimal): -13237661 or 6488630. OLE color: 6488630.

HSL color Cylindrical-coordinate representation of color #360263: hue angle of 272.16º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360263 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 2 99 -
CMYK 0.45 0.98 0 0.61
HSL 272.16º 0.96% 0.2% -
HSV(B) 272.16º 0.98% 0.39% -
XYZ 3.8 1.73 11.94 -
YUV 28.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 54 2 99 0.45 0.98 0 0.61 272.16 0.96 0.2
Hex 36 2 63 2D 62 0 3D 110 60 14
Octal 66 2 143 55 142 0 75 420 140 24
Binary 110110 10 1100011 101101 1100010 0 111101 100010000 1100000 10100

Color Harmonies of #360263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360263

Black with #360263

Text Example


Text Example

White with #360263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360263; }

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

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

background-color css

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

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

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

border-color css

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

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

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