Html Css Color HEX #360291 Persian Indigo

📋 copy color: '#360291'

red 54 ◦ green 2 ◦ blue 145

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

Shades of Persian Indigo #360291

Tints of Persian Indigo #360291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 72.14%

R = 26.87%
G = 1%
B = 72.14%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#360291 (or 0x360291) is known color: Persian Indigo. HEX triplet: 36, 02 and 91. RGB value is (54,2,145). Sum of RGB (Red+Green+Blue) = 54+2+145=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #360291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360291 is #C9FD6E. Grayscale: #212121. Windows color (decimal): -13237615 or 9503286. OLE color: 9503286.

HSL color Cylindrical-coordinate representation of color #360291: hue angle of 261.82º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360291 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 2 145 -
CMYK 0.63 0.99 0 0.43
HSL 261.82º 0.97% 0.29% -
HSV(B) 261.82º 0.99% 0.57% -
XYZ 6.65 2.87 26.99 -
YUV 33.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 54 2 145 0.63 0.99 0 0.43 261.82 0.97 0.29
Hex 36 2 91 3F 63 0 2B 106 61 1D
Octal 66 2 221 77 143 0 53 406 141 35
Binary 110110 10 10010001 111111 1100011 0 101011 100000110 1100001 11101

Color Harmonies of #360291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360291

Black with #360291

Text Example


Text Example

White with #360291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360291; }

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

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

background-color css

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

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

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

border-color css

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

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

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