#302384

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

Shades of Persian Indigo #302384

Tints of Persian Indigo #302384

Color information

#302384 (or 0x302384) is unknown color: approx Persian Indigo. HEX triplet: 30, 23 and 84. RGB value is (48,35,132). Sum of RGB (Red+Green+Blue) = 48+35+132=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #302384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302384 is #CFDC7B. Grayscale: #313131. Windows color (decimal): -13622396 or 8659760. OLE color: 8659760.

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

Color convert

RGB4835132-
CMYK0.640.7300.48
HSL248.04º58.08%32.75%-
HSV(B)248.04º73.48%51.76%-
XYZ5.983.522.19-
YUV49.94174.31126.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=22.33%
G=16.28%
B=61.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48351320.640.7300.48248.0458.0832.75
Hex3023844049030f83a21
Octal60432041001110603707241
Binary1100001000111000010010000001001001011000011111000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302384; }

 p { color: rgb(48,35,132); }

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

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

 a { background-color: rgb(48,35,132); }

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

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

 span { border-color: rgb(48,35,132); }

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