#300261

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

Shades of Persian Indigo #300261

Tints of Persian Indigo #300261

Color information

#300261 (or 0x300261) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 61. RGB value is (48,2,97). Sum of RGB (Red+Green+Blue) = 48+2+97=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #300261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300261 is #CFFD9E. Grayscale: #1A1A1A. Windows color (decimal): -13630879 or 6357552. OLE color: 6357552.

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

Color convert

RGB48297-
CMYK0.510.9800.62
HSL269.05º95.96%19.41%-
HSV(B)269.05º97.94%38.04%-
XYZ3.41.5311.43-
YUV26.58167.74143.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=32.65%
G=1.36%
B=65.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal482970.510.9800.62269.0595.9619.41
Hex30261336203E10d6013
Octal6021416314207641514023
Binary11000010110000111001111000100111110100001101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300261; }

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

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

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

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

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

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

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

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