Html Css Color HEX #300786 Persian Indigo

📋 copy color: '#300786'

red 48 ◦ green 7 ◦ blue 134

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

Shades of Persian Indigo #300786

Tints of Persian Indigo #300786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

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

R = 25.4%
G = 3.7%
B = 70.9%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300786 (or 0x300786) is known color: Persian Indigo. HEX triplet: 30, 07 and 86. RGB value is (48,7,134). Sum of RGB (Red+Green+Blue) = 48+7+134=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 134 (52.73% from 255 or 70.90% from 189); Max value from RGB is 134 - color contains mainly: blue. Hex color #300786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300786 is #CFF879. Grayscale: #212121. Windows color (decimal): -13629562 or 8783664. OLE color: 8783664.

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

Color convert

RGB 48 7 134 -
CMYK 0.64 0.95 0 0.47
HSL 259.37º 0.9% 0.28% -
HSV(B) 259.37º 0.95% 0.53% -
XYZ 5.6 2.5 22.74 -
YUV 33.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 48 7 134 0.64 0.95 0 0.47 259.37 0.9 0.28
Hex 30 7 86 40 5F 0 2F 103 5A 1C
Octal 60 7 206 100 137 0 57 403 132 34
Binary 110000 111 10000110 1000000 1011111 0 101111 100000011 1011010 11100

Color Harmonies of #300786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300786

Black with #300786

Text Example


Text Example

White with #300786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300786; }

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

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

background-color css

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

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

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

border-color css

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

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

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