Html Css Color HEX #360292 Persian Indigo

📋 copy color: '#360292'

red 54 ◦ green 2 ◦ blue 146

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

Shades of Persian Indigo #360292

Tints of Persian Indigo #360292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 26.73%
G = 0.99%
B = 72.28%

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

#360292 (or 0x360292) is known color: Persian Indigo. HEX triplet: 36, 02 and 92. RGB value is (54,2,146). Sum of RGB (Red+Green+Blue) = 54+2+146=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #360292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360292 is #C9FD6D. Grayscale: #212121. Windows color (decimal): -13237614 or 9568822. OLE color: 9568822.

HSL color Cylindrical-coordinate representation of color #360292: hue angle of 261.67º 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 #360292 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 2 146 -
CMYK 0.63 0.99 0 0.43
HSL 261.67º 0.97% 0.29% -
HSV(B) 261.67º 0.99% 0.57% -
XYZ 6.73 2.9 27.4 -
YUV 33.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 54 2 146 0.63 0.99 0 0.43 261.67 0.97 0.29
Hex 36 2 92 3F 63 0 2B 106 61 1D
Octal 66 2 222 77 143 0 53 406 141 35
Binary 110110 10 10010010 111111 1100011 0 101011 100000110 1100001 11101

Color Harmonies of #360292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360292

Black with #360292

Text Example


Text Example

White with #360292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360292; }

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

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

background-color css

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

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

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

border-color css

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

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

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