#301283

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

Shades of Persian Indigo #301283

Tints of Persian Indigo #301283

Color information

#301283 (or 0x301283) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 83. RGB value is (48,18,131). Sum of RGB (Red+Green+Blue) = 48+18+131=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #301283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301283 is #CFED7C. Grayscale: #272727. Windows color (decimal): -13626749 or 8589872. OLE color: 8589872.

HSL color Cylindrical-coordinate representation of color #301283: hue angle of 255.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301283 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4818131-
CMYK0.630.8600.49
HSL255.93º75.84%29.22%-
HSV(B)255.93º86.26%51.37%-
XYZ5.532.721.7-
YUV39.85179.44133.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 131 (51.56% from 255) = 66.50%
R=24.37%
G=9.14%
B=66.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48181310.630.8600.49255.9375.8429.22
Hex3012833F560311004c1d
Octal60222037712606140011435
Binary110000100101000001111111110101100110001100000000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301283; }

 p { color: rgb(48,18,131); }

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

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

 a { background-color: rgb(48,18,131); }

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

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

 span { border-color: rgb(48,18,131); }

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