Html Css Color HEX #360297 Persian Indigo

📋 copy color: '#360297'

red 54 ◦ green 2 ◦ blue 151

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

Shades of Persian Indigo #360297

Tints of Persian Indigo #360297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.95%

R = 26.09%
G = 0.97%
B = 72.95%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360297 (or 0x360297) is known color: Persian Indigo. HEX triplet: 36, 02 and 97. RGB value is (54,2,151). Sum of RGB (Red+Green+Blue) = 54+2+151=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 151 (59.38% from 255 or 72.95% from 207); Max value from RGB is 151 - color contains mainly: blue. Hex color #360297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360297 is #C9FD68. Grayscale: #212121. Windows color (decimal): -13237609 or 9896502. OLE color: 9896502.

HSL color Cylindrical-coordinate representation of color #360297: hue angle of 260.94º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360297 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 2 151 -
CMYK 0.64 0.99 0 0.41
HSL 260.94º 0.97% 0.3% -
HSV(B) 260.94º 0.99% 0.59% -
XYZ 7.13 3.06 29.49 -
YUV 34.53 193.73 141.88 -
System Red Green Blue C M Y K H S L
Decimal 54 2 151 0.64 0.99 0 0.41 260.94 0.97 0.3
Hex 36 2 97 40 63 0 29 105 61 1E
Octal 66 2 227 100 143 0 51 405 141 36
Binary 110110 10 10010111 1000000 1100011 0 101001 100000101 1100001 11110

Color Harmonies of #360297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360297

Black with #360297

Text Example


Text Example

White with #360297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360297; }

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

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

background-color css

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

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

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

border-color css

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

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

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