Html Css Color HEX #361794 Persian Indigo

📋 copy color: '#361794'

red 54 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #361794

Tints of Persian Indigo #361794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 24%
G = 10.22%
B = 65.78%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#361794 (or 0x361794) is known color: Persian Indigo. HEX triplet: 36, 17 and 94. RGB value is (54,23,148). Sum of RGB (Red+Green+Blue) = 54+23+148=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #361794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361794 is #C9E86B. Grayscale: #2E2E2E. Windows color (decimal): -13232236 or 9705270. OLE color: 9705270.

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

Color convert

RGB 54 23 148 -
CMYK 0.64 0.84 0 0.42
HSL 254.88º 0.73% 0.34% -
HSV(B) 254.88º 0.84% 0.58% -
XYZ 7.17 3.54 28.32 -
YUV 46.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 54 23 148 0.64 0.84 0 0.42 254.88 0.73 0.34
Hex 36 17 94 40 54 0 2A FF 49 22
Octal 66 27 224 100 124 0 52 377 111 42
Binary 110110 10111 10010100 1000000 1010100 0 101010 11111111 1001001 100010

Color Harmonies of #361794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361794

Black with #361794

Text Example


Text Example

White with #361794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361794; }

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

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

background-color css

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

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

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

border-color css

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

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

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