#301885

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

Shades of Persian Indigo #301885

Tints of Persian Indigo #301885

Color information

#301885 (or 0x301885) is unknown color: approx Persian Indigo. HEX triplet: 30, 18 and 85. RGB value is (48,24,133). Sum of RGB (Red+Green+Blue) = 48+24+133=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #301885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301885 is #CFE77A. Grayscale: #2B2B2B. Windows color (decimal): -13625211 or 8722480. OLE color: 8722480.

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

Color convert

RGB4824133-
CMYK0.640.8200.48
HSL253.21º69.43%30.78%-
HSV(B)253.21º81.95%52.16%-
XYZ5.782.9822.46-
YUV43.6178.45131.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=23.41%
G=11.71%
B=64.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48241330.640.8200.48253.2169.4330.78
Hex3018854052030fd451f
Octal603020510012206037510537
Binary110000110001000010110000001010010011000011111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301885; }

 p { color: rgb(48,24,133); }

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

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

 a { background-color: rgb(48,24,133); }

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

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

 span { border-color: rgb(48,24,133); }

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