#30187D

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

Shades of Persian Indigo #30187D

Tints of Persian Indigo #30187D

Color information

#30187D (or 0x30187D) is unknown color: approx Persian Indigo. HEX triplet: 30, 18 and 7D. RGB value is (48,24,125). Sum of RGB (Red+Green+Blue) = 48+24+125=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #30187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30187D is #CFE782. Grayscale: #2A2A2A. Windows color (decimal): -13625219 or 8198192. OLE color: 8198192.

HSL color Cylindrical-coordinate representation of color #30187D: hue angle of 254.26º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30187D is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4824125-
CMYK0.620.8100.51
HSL254.26º67.79%29.22%-
HSV(B)254.26º80.8%49.02%-
XYZ5.252.7619.66-
YUV42.69174.45131.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=24.37%
G=12.18%
B=63.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48241250.620.8100.51254.2667.7929.22
Hex30187D3E51033fe441d
Octal60301757612106337610435
Binary1100001100011111011111101010001011001111111110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,24,125); }

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

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

 a { background-color: rgb(48,24,125); }

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

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

 span { border-color: rgb(48,24,125); }

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