#300084

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

Shades of Persian Indigo #300084

Tints of Persian Indigo #300084

Color information

#300084 (or 0x300084) is unknown color: approx Persian Indigo. HEX triplet: 30, 00 and 84. RGB value is (48,0,132). Sum of RGB (Red+Green+Blue) = 48+0+132=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #300084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300084 is #CFFF7B. Grayscale: #1C1C1C. Windows color (decimal): -13631356 or 8650800. OLE color: 8650800.

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

Color convert

RGB480132-
CMYK0.64100.48
HSL261.82º100%25.88%-
HSV(B)261.82º100%51.76%-
XYZ5.382.2921.99-
YUV29.4185.9141.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 73.33%
R=26.67%
G=0%
B=73.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4801320.64100.48261.8210025.88
Hex300844064030106641a
Octal60020410014406040614432
Binary110000010000100100000011001000110000100000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300084; }

 p { color: rgb(48,0,132); }

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

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

 a { background-color: rgb(48,0,132); }

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

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

 span { border-color: rgb(48,0,132); }

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