#300162

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

Shades of Persian Indigo #300162

Tints of Persian Indigo #300162

Color information

#300162 (or 0x300162) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 62. RGB value is (48,1,98). Sum of RGB (Red+Green+Blue) = 48+1+98=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #300162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300162 is #CFFE9D. Grayscale: #191919. Windows color (decimal): -13631134 or 6422832. OLE color: 6422832.

HSL color Cylindrical-coordinate representation of color #300162: hue angle of 269.07º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300162 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB48198-
CMYK0.510.9900.62
HSL269.07º97.98%19.41%-
HSV(B)269.07º98.98%38.43%-
XYZ3.431.5311.67-
YUV26.11168.57143.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 98 (38.67% from 255) = 66.67%
R=32.65%
G=0.68%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal481980.510.9900.62269.0797.9819.41
Hex30162336303E10d6213
Octal6011426314307641514223
Binary1100001110001011001111000110111110100001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300162; }

 p { color: rgb(48,1,98); }

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

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

 a { background-color: rgb(48,1,98); }

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

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

 span { border-color: rgb(48,1,98); }

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