#300367

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

Shades of Persian Indigo #300367

Tints of Persian Indigo #300367

Color information

#300367 (or 0x300367) is unknown color: approx Persian Indigo. HEX triplet: 30, 03 and 67. RGB value is (48,3,103). Sum of RGB (Red+Green+Blue) = 48+3+103=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 103 (40.62% from 255 or 66.88% from 154); Max value from RGB is 103 - color contains mainly: blue. Hex color #300367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300367 is #CFFC98. Grayscale: #1B1B1B. Windows color (decimal): -13630617 or 6751024. OLE color: 6751024.

HSL color Cylindrical-coordinate representation of color #300367: hue angle of 267º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300367 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB483103-
CMYK0.530.9700.60
HSL267º94.34%20.78%-
HSV(B)267º97.09%40.39%-
XYZ3.71.6712.96-
YUV27.86170.41142.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 103 (40.62% from 255) = 66.88%
R=31.17%
G=1.95%
B=66.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4831030.530.9700.6026794.3420.78
Hex30367356103C10b5e15
Octal6031476514107441313625
Binary11000011110011111010111000010111100100001011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300367; }

 p { color: rgb(48,3,103); }

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

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

 a { background-color: rgb(48,3,103); }

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

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

 span { border-color: rgb(48,3,103); }

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