Html Css Color HEX #300794 Persian Indigo

📋 copy color: '#300794'

red 48 ◦ green 7 ◦ blue 148

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

Shades of Persian Indigo #300794

Tints of Persian Indigo #300794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 23.65%
G = 3.45%
B = 72.91%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300794 (or 0x300794) is known color: Persian Indigo. HEX triplet: 30, 07 and 94. RGB value is (48,7,148). Sum of RGB (Red+Green+Blue) = 48+7+148=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #300794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300794 is #CFF86B. Grayscale: #222222. Windows color (decimal): -13629548 or 9701168. OLE color: 9701168.

HSL color Cylindrical-coordinate representation of color #300794: hue angle of 257.45º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300794 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 7 148 -
CMYK 0.68 0.95 0 0.42
HSL 257.45º 0.91% 0.3% -
HSV(B) 257.45º 0.95% 0.58% -
XYZ 6.64 2.92 28.23 -
YUV 35.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 48 7 148 0.68 0.95 0 0.42 257.45 0.91 0.3
Hex 30 7 94 44 5F 0 2A 101 5B 1E
Octal 60 7 224 104 137 0 52 401 133 36
Binary 110000 111 10010100 1000100 1011111 0 101010 100000001 1011011 11110

Color Harmonies of #300794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300794

Black with #300794

Text Example


Text Example

White with #300794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300794; }

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

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

background-color css

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

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

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

border-color css

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

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

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