Html Css Color HEX #300886 Persian Indigo

📋 copy color: '#300886'

red 48 ◦ green 8 ◦ blue 134

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

Shades of Persian Indigo #300886

Tints of Persian Indigo #300886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 25.26%
G = 4.21%
B = 70.53%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300886 (or 0x300886) is known color: Persian Indigo. HEX triplet: 30, 08 and 86. RGB value is (48,8,134). Sum of RGB (Red+Green+Blue) = 48+8+134=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 134 (52.73% from 255 or 70.53% from 190); Max value from RGB is 134 - color contains mainly: blue. Hex color #300886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300886 is #CFF779. Grayscale: #212121. Windows color (decimal): -13629306 or 8783920. OLE color: 8783920.

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

Color convert

RGB 48 8 134 -
CMYK 0.64 0.94 0 0.47
HSL 259.05º 0.89% 0.28% -
HSV(B) 259.05º 0.94% 0.53% -
XYZ 5.61 2.52 22.75 -
YUV 34.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 48 8 134 0.64 0.94 0 0.47 259.05 0.89 0.28
Hex 30 8 86 40 5E 0 2F 103 59 1C
Octal 60 10 206 100 136 0 57 403 131 34
Binary 110000 1000 10000110 1000000 1011110 0 101111 100000011 1011001 11100

Color Harmonies of #300886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300886

Black with #300886

Text Example


Text Example

White with #300886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300886; }

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

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

background-color css

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

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

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

border-color css

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

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

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