Html Css Color HEX #360892 Persian Indigo

📋 copy color: '#360892'

red 54 ◦ green 8 ◦ blue 146

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

Shades of Persian Indigo #360892

Tints of Persian Indigo #360892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 25.96%
G = 3.85%
B = 70.19%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#360892 (or 0x360892) is known color: Persian Indigo. HEX triplet: 36, 08 and 92. RGB value is (54,8,146). Sum of RGB (Red+Green+Blue) = 54+8+146=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #360892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360892 is #C9F76D. Grayscale: #242424. Windows color (decimal): -13236078 or 9570358. OLE color: 9570358.

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

Color convert

RGB 54 8 146 -
CMYK 0.63 0.95 0 0.43
HSL 260º 0.9% 0.3% -
HSV(B) 260º 0.95% 0.57% -
XYZ 6.8 3.03 27.42 -
YUV 37.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 54 8 146 0.63 0.95 0 0.43 260 0.9 0.3
Hex 36 8 92 3F 5F 0 2B 104 5A 1E
Octal 66 10 222 77 137 0 53 404 132 36
Binary 110110 1000 10010010 111111 1011111 0 101011 100000100 1011010 11110

Color Harmonies of #360892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360892

Black with #360892

Text Example


Text Example

White with #360892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360892; }

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

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

background-color css

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

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

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

border-color css

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

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

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