#300283

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

Shades of Persian Indigo #300283

Tints of Persian Indigo #300283

Color information

#300283 (or 0x300283) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 83. RGB value is (48,2,131). Sum of RGB (Red+Green+Blue) = 48+2+131=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #300283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300283 is #CFFD7C. Grayscale: #1D1D1D. Windows color (decimal): -13630845 or 8585776. OLE color: 8585776.

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

Color convert

RGB482131-
CMYK0.630.9800.49
HSL261.4º96.99%26.08%-
HSV(B)261.4º98.47%51.37%-
XYZ5.342.3121.64-
YUV30.46184.74140.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 131 (51.56% from 255) = 72.38%
R=26.52%
G=1.10%
B=72.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4821310.630.9800.49261.496.9926.08
Hex302833F62031105611a
Octal6022037714206140514132
Binary110000101000001111111111000100110001100000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300283; }

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

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

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

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

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

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

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

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