#302175

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

Shades of Persian Indigo #302175

Tints of Persian Indigo #302175

Color information

#302175 (or 0x302175) is unknown color: approx Persian Indigo. HEX triplet: 30, 21 and 75. RGB value is (48,33,117). Sum of RGB (Red+Green+Blue) = 48+33+117=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #302175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302175 is #CFDE8A. Grayscale: #2E2E2E. Windows color (decimal): -13622923 or 7676208. OLE color: 7676208.

HSL color Cylindrical-coordinate representation of color #302175: hue angle of 250.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302175 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4833117-
CMYK0.590.7200.54
HSL250.71º56%29.41%-
HSV(B)250.71º71.79%45.88%-
XYZ4.97317.15-
YUV47.06167.47128.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=24.24%
G=16.67%
B=59.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48331170.590.7200.54250.715629.41
Hex3021753B48036fb381d
Octal6041165731100663737035
Binary1100001000011110101111011100100001101101111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302175; }

 p { color: rgb(48,33,117); }

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

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

 a { background-color: rgb(48,33,117); }

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

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

 span { border-color: rgb(48,33,117); }

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