#362194

Color #362194 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #362194

Tints of Persian Indigo #362194

Color information

#362194 (or 0x362194) is unknown color: approx Persian Indigo. HEX triplet: 36, 21 and 94. RGB value is (54,33,148). Sum of RGB (Red+Green+Blue) = 54+33+148=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #362194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362194 is #C9DE6B. Grayscale: #333333. Windows color (decimal): -13229676 or 9707830. OLE color: 9707830.

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

Color convert

RGB5433148-
CMYK0.640.7800.42
HSL250.96º63.54%35.49%-
HSV(B)250.96º77.7%58.04%-
XYZ7.414.0128.4-
YUV52.39181.96129.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 148 (58.20% from 255) = 62.98%
R=22.98%
G=14.04%
B=62.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54331480.640.7800.42250.9663.5435.49
Hex362194404E02Afb4023
Octal664122410011605237310043
Binary11011010000110010100100000010011100101010111110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362194; }

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

 H1.HeaderClassName
 {
   color: #362194;
 }
 .AnyTagClassName
 {
   color: #362194;
 }
</style>
background-color css

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

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

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

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

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

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