#300681

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

Shades of Persian Indigo #300681

Tints of Persian Indigo #300681

Color information

#300681 (or 0x300681) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 81. RGB value is (48,6,129). Sum of RGB (Red+Green+Blue) = 48+6+129=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #300681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300681 is #CFF97E. Grayscale: #202020. Windows color (decimal): -13629823 or 8455728. OLE color: 8455728.

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

Color convert

RGB486129-
CMYK0.630.9500.49
HSL260.49º91.11%26.47%-
HSV(B)260.49º95.35%50.59%-
XYZ5.252.3420.94-
YUV32.58182.41139-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 129 (50.78% from 255) = 70.49%
R=26.23%
G=3.28%
B=70.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4861290.630.9500.49260.4991.1126.47
Hex306813F5F0311045b1a
Octal6062017713706140413332
Binary1100001101000000111111110111110110001100000100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300681; }

 p { color: rgb(48,6,129); }

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

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

 a { background-color: rgb(48,6,129); }

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

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

 span { border-color: rgb(48,6,129); }

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