Html Css Color HEX #361294 Persian Indigo

📋 copy color: '#361294'

red 54 ◦ green 18 ◦ blue 148

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

Shades of Persian Indigo #361294

Tints of Persian Indigo #361294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 24.55%
G = 8.18%
B = 67.27%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#361294 (or 0x361294) is known color: Persian Indigo. HEX triplet: 36, 12 and 94. RGB value is (54,18,148). Sum of RGB (Red+Green+Blue) = 54+18+148=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #361294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361294 is #C9ED6B. Grayscale: #2B2B2B. Windows color (decimal): -13233516 or 9703990. OLE color: 9703990.

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

Color convert

RGB 54 18 148 -
CMYK 0.64 0.88 0 0.42
HSL 256.62º 0.78% 0.33% -
HSV(B) 256.62º 0.88% 0.58% -
XYZ 7.08 3.36 28.29 -
YUV 43.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 54 18 148 0.64 0.88 0 0.42 256.62 0.78 0.33
Hex 36 12 94 40 58 0 2A 101 4E 21
Octal 66 22 224 100 130 0 52 401 116 41
Binary 110110 10010 10010100 1000000 1011000 0 101010 100000001 1001110 100001

Color Harmonies of #361294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361294

Black with #361294

Text Example


Text Example

White with #361294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361294; }

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

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

background-color css

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

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

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

border-color css

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

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

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