#30026D

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

Shades of Persian Indigo #30026D

Tints of Persian Indigo #30026D

Color information

#30026D (or 0x30026D) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 6D. RGB value is (48,2,109). Sum of RGB (Red+Green+Blue) = 48+2+109=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #30026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30026D is #CFFD92. Grayscale: #1B1B1B. Windows color (decimal): -13630867 or 7143984. OLE color: 7143984.

HSL color Cylindrical-coordinate representation of color #30026D: hue angle of 265.79º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30026D is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB482109-
CMYK0.560.9800.57
HSL265.79º96.4%21.76%-
HSV(B)265.79º98.17%42.75%-
XYZ41.7814.6-
YUV27.95173.74142.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 109 (42.97% from 255) = 68.55%
R=30.19%
G=1.26%
B=68.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4821090.560.9800.57265.7996.421.76
Hex3026D386203910a6016
Octal6021557014207141214026
Binary11000010110110111100011000100111001100001010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30026D; }

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

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

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

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

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

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

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

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