#302687

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

Shades of Persian Indigo #302687

Tints of Persian Indigo #302687

Color information

#302687 (or 0x302687) is unknown color: approx Persian Indigo. HEX triplet: 30, 26 and 87. RGB value is (48,38,135). Sum of RGB (Red+Green+Blue) = 48+38+135=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #302687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302687 is #CFD978. Grayscale: #333333. Windows color (decimal): -13621625 or 8857136. OLE color: 8857136.

HSL color Cylindrical-coordinate representation of color #302687: hue angle of 246.19º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302687 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4838135-
CMYK0.640.7200.47
HSL246.19º56.07%33.92%-
HSV(B)246.19º71.85%52.94%-
XYZ6.293.7623.32-
YUV52.05174.81125.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=21.72%
G=17.19%
B=61.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48381350.640.7200.47246.1956.0733.92
Hex302687404802Ff63822
Octal60462071001100573667042
Binary1100001001101000011110000001001000010111111110110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302687; }

 p { color: rgb(48,38,135); }

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

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

 a { background-color: rgb(48,38,135); }

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

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

 span { border-color: rgb(48,38,135); }

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