#301085

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

Shades of Persian Indigo #301085

Tints of Persian Indigo #301085

Color information

#301085 (or 0x301085) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 85. RGB value is (48,16,133). Sum of RGB (Red+Green+Blue) = 48+16+133=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #301085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301085 is #CFEF7A. Grayscale: #262626. Windows color (decimal): -13627259 or 8720432. OLE color: 8720432.

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

Color convert

RGB4816133-
CMYK0.640.8800.48
HSL256.41º78.52%29.22%-
HSV(B)256.41º87.97%52.16%-
XYZ5.642.6922.41-
YUV38.91181.1134.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 133 (52.34% from 255) = 67.51%
R=24.37%
G=8.12%
B=67.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48161330.640.8800.48256.4178.5229.22
Hex30108540580301004f1d
Octal602020510013006040011735
Binary1100001000010000101100000010110000110000100000000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301085; }

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

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

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

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

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

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

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

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