#300266

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

Shades of Persian Indigo #300266

Tints of Persian Indigo #300266

Color information

#300266 (or 0x300266) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 66. RGB value is (48,2,102). Sum of RGB (Red+Green+Blue) = 48+2+102=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #300266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300266 is #CFFD99. Grayscale: #1A1A1A. Windows color (decimal): -13630874 or 6685232. OLE color: 6685232.

HSL color Cylindrical-coordinate representation of color #300266: hue angle of 267.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300266 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB482102-
CMYK0.530.9800.6
HSL267.6º96.15%20.39%-
HSV(B)267.6º98.04%40%-
XYZ3.641.6312.69-
YUV27.15170.24142.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 102 (40.23% from 255) = 67.11%
R=31.58%
G=1.32%
B=67.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4821020.530.9800.6267.696.1520.39
Hex30266356203C10c6014
Octal6021466514207441414024
Binary11000010110011011010111000100111100100001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300266; }

 p { color: rgb(48,2,102); }

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

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

 a { background-color: rgb(48,2,102); }

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

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

 span { border-color: rgb(48,2,102); }

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