Html Css Color HEX #301586 Persian Indigo

📋 copy color: '#301586'

red 48 ◦ green 21 ◦ blue 134

#301586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #301586

Tints of Persian Indigo #301586

RGB

 RED value IS 48 (19.14% from 255) = 23.65%

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 134 (52.73% from 255) = 66.01%

R = 23.65%
G = 10.34%
B = 66.01%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301586 (or 0x301586) is known color: Persian Indigo. HEX triplet: 30, 15 and 86. RGB value is (48,21,134). Sum of RGB (Red+Green+Blue) = 48+21+134=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #301586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301586 is #CFEA79. Grayscale: #292929. Windows color (decimal): -13625978 or 8787248. OLE color: 8787248.

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

Color convert

RGB 48 21 134 -
CMYK 0.64 0.84 0 0.47
HSL 254.34º 0.73% 0.3% -
HSV(B) 254.34º 0.84% 0.53% -
XYZ 5.79 2.89 22.81 -
YUV 41.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 48 21 134 0.64 0.84 0 0.47 254.34 0.73 0.3
Hex 30 15 86 40 54 0 2F FE 49 1E
Octal 60 25 206 100 124 0 57 376 111 36
Binary 110000 10101 10000110 1000000 1010100 0 101111 11111110 1001001 11110

Color Harmonies of #301586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301586

Black with #301586

Text Example


Text Example

White with #301586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301586; }

 p { color: rgb(48,21,134); }

 H1.HeaderClassName
 {
   color: #301586;
 }
 .AnyTagClassName
 {
   color: #301586;
 }
</style>

background-color css

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

 a { background-color: rgb(48,21,134); }

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

border-color css

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

 span { border-color: rgb(48,21,134); }

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