Html Css Color HEX #360894 Persian Indigo

📋 copy color: '#360894'

red 54 ◦ green 8 ◦ blue 148

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

Shades of Persian Indigo #360894

Tints of Persian Indigo #360894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.48%

R = 25.71%
G = 3.81%
B = 70.48%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360894 (or 0x360894) is known color: Persian Indigo. HEX triplet: 36, 08 and 94. RGB value is (54,8,148). Sum of RGB (Red+Green+Blue) = 54+8+148=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #360894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360894 is #C9F76B. Grayscale: #252525. Windows color (decimal): -13236076 or 9701430. OLE color: 9701430.

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

Color convert

RGB 54 8 148 -
CMYK 0.64 0.95 0 0.42
HSL 259.71º 0.9% 0.31% -
HSV(B) 259.71º 0.95% 0.58% -
XYZ 6.95 3.1 28.25 -
YUV 37.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 54 8 148 0.64 0.95 0 0.42 259.71 0.9 0.31
Hex 36 8 94 40 5F 0 2A 104 5A 1F
Octal 66 10 224 100 137 0 52 404 132 37
Binary 110110 1000 10010100 1000000 1011111 0 101010 100000100 1011010 11111

Color Harmonies of #360894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360894

Black with #360894

Text Example


Text Example

White with #360894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360894; }

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

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

background-color css

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

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

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

border-color css

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

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

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