Html Css Color HEX #360893 Persian Indigo

📋 copy color: '#360893'

red 54 ◦ green 8 ◦ blue 147

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

Shades of Persian Indigo #360893

Tints of Persian Indigo #360893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 70.33%

R = 25.84%
G = 3.83%
B = 70.33%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360893 (or 0x360893) is known color: Persian Indigo. HEX triplet: 36, 08 and 93. RGB value is (54,8,147). Sum of RGB (Red+Green+Blue) = 54+8+147=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #360893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360893 is #C9F76C. Grayscale: #252525. Windows color (decimal): -13236077 or 9635894. OLE color: 9635894.

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

Color convert

RGB 54 8 147 -
CMYK 0.63 0.95 0 0.42
HSL 259.86º 0.9% 0.3% -
HSV(B) 259.86º 0.95% 0.58% -
XYZ 6.87 3.06 27.83 -
YUV 37.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 54 8 147 0.63 0.95 0 0.42 259.86 0.9 0.3
Hex 36 8 93 3F 5F 0 2A 104 5A 1E
Octal 66 10 223 77 137 0 52 404 132 36
Binary 110110 1000 10010011 111111 1011111 0 101010 100000100 1011010 11110

Color Harmonies of #360893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360893

Black with #360893

Text Example


Text Example

White with #360893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360893; }

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

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

background-color css

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

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

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

border-color css

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

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

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