Html Css Color HEX #300774 Persian Indigo

📋 copy color: '#300774'

red 48 ◦ green 7 ◦ blue 116

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

Shades of Persian Indigo #300774

Tints of Persian Indigo #300774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.84%

R = 28.07%
G = 4.09%
B = 67.84%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#300774 (or 0x300774) is known color: Persian Indigo. HEX triplet: 30, 07 and 74. RGB value is (48,7,116). Sum of RGB (Red+Green+Blue) = 48+7+116=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #300774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300774 is #CFF88B. Grayscale: #1F1F1F. Windows color (decimal): -13629580 or 7604016. OLE color: 7604016.

HSL color Cylindrical-coordinate representation of color #300774: hue angle of 262.57º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300774 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 7 116 -
CMYK 0.59 0.94 0 0.55
HSL 262.57º 0.89% 0.24% -
HSV(B) 262.57º 0.94% 0.45% -
XYZ 4.45 2.04 16.68 -
YUV 31.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 48 7 116 0.59 0.94 0 0.55 262.57 0.89 0.24
Hex 30 7 74 3B 5E 0 37 107 59 18
Octal 60 7 164 73 136 0 67 407 131 30
Binary 110000 111 1110100 111011 1011110 0 110111 100000111 1011001 11000

Color Harmonies of #300774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300774

Black with #300774

Text Example


Text Example

White with #300774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300774; }

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

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

background-color css

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

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

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

border-color css

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

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

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