Html Css Color HEX #300771 Persian Indigo

📋 copy color: '#300771'

red 48 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #300771

Tints of Persian Indigo #300771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 28.57%
G = 4.17%
B = 67.26%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300771 (or 0x300771) is known color: Persian Indigo. HEX triplet: 30, 07 and 71. RGB value is (48,7,113). Sum of RGB (Red+Green+Blue) = 48+7+113=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #300771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300771 is #CFF88E. Grayscale: #1E1E1E. Windows color (decimal): -13629583 or 7407408. OLE color: 7407408.

HSL color Cylindrical-coordinate representation of color #300771: hue angle of 263.21º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300771 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 7 113 -
CMYK 0.58 0.94 0 0.56
HSL 263.21º 0.88% 0.24% -
HSV(B) 263.21º 0.94% 0.44% -
XYZ 4.28 1.97 15.78 -
YUV 31.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 48 7 113 0.58 0.94 0 0.56 263.21 0.88 0.24
Hex 30 7 71 3A 5E 0 38 107 58 18
Octal 60 7 161 72 136 0 70 407 130 30
Binary 110000 111 1110001 111010 1011110 0 111000 100000111 1011000 11000

Color Harmonies of #300771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300771

Black with #300771

Text Example


Text Example

White with #300771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300771; }

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

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

background-color css

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

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

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

border-color css

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

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

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