Html Css Color HEX #300770 Persian Indigo

📋 copy color: '#300770'

red 48 ◦ green 7 ◦ blue 112

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

Shades of Persian Indigo #300770

Tints of Persian Indigo #300770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.07%

R = 28.74%
G = 4.19%
B = 67.07%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300770 (or 0x300770) is known color: Persian Indigo. HEX triplet: 30, 07 and 70. RGB value is (48,7,112). Sum of RGB (Red+Green+Blue) = 48+7+112=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #300770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300770 is #CFF88F. Grayscale: #1E1E1E. Windows color (decimal): -13629584 or 7341872. OLE color: 7341872.

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

Color convert

RGB 48 7 112 -
CMYK 0.57 0.94 0 0.56
HSL 263.43º 0.88% 0.23% -
HSV(B) 263.43º 0.94% 0.44% -
XYZ 4.22 1.95 15.48 -
YUV 31.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 48 7 112 0.57 0.94 0 0.56 263.43 0.88 0.23
Hex 30 7 70 39 5E 0 38 107 58 17
Octal 60 7 160 71 136 0 70 407 130 27
Binary 110000 111 1110000 111001 1011110 0 111000 100000111 1011000 10111

Color Harmonies of #300770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300770

Black with #300770

Text Example


Text Example

White with #300770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300770; }

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

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

background-color css

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

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

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

border-color css

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

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

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