Html Css Color HEX #360092 Persian Indigo

📋 copy color: '#360092'

red 54 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #360092

Tints of Persian Indigo #360092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27%
G = 0%
B = 73%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#360092 (or 0x360092) is known color: Persian Indigo. HEX triplet: 36, 00 and 92. RGB value is (54,0,146). Sum of RGB (Red+Green+Blue) = 54+0+146=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #360092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360092 is #C9FF6D. Grayscale: #202020. Windows color (decimal): -13238126 or 9568310. OLE color: 9568310.

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

Color convert

RGB 54 0 146 -
CMYK 0.63 1 0 0.43
HSL 262.19º 1% 0.29% -
HSV(B) 262.19º 1% 0.57% -
XYZ 6.71 2.86 27.39 -
YUV 32.79 191.89 143.13 -
System Red Green Blue C M Y K H S L
Decimal 54 0 146 0.63 1 0 0.43 262.19 1 0.29
Hex 36 0 92 3F 64 0 2B 106 64 1D
Octal 66 0 222 77 144 0 53 406 144 35
Binary 110110 0 10010010 111111 1100100 0 101011 100000110 1100100 11101

Color Harmonies of #360092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360092

Black with #360092

Text Example


Text Example

White with #360092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360092; }

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

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

background-color css

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

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

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

border-color css

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

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

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