Html Css Color HEX #300998 Persian Indigo

📋 copy color: '#300998'

red 48 ◦ green 9 ◦ blue 152

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

Shades of Persian Indigo #300998

Tints of Persian Indigo #300998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

 BLUE value IS 152 (59.77% from 255) = 72.73%

R = 22.97%
G = 4.31%
B = 72.73%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#300998 (or 0x300998) is known color: Persian Indigo. HEX triplet: 30, 09 and 98. RGB value is (48,9,152). Sum of RGB (Red+Green+Blue) = 48+9+152=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #300998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300998 is #CFF667. Grayscale: #242424. Windows color (decimal): -13629032 or 9963824. OLE color: 9963824.

HSL color Cylindrical-coordinate representation of color #300998: hue angle of 256.36º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300998 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 9 152 -
CMYK 0.68 0.94 0 0.40
HSL 256.36º 0.89% 0.32% -
HSV(B) 256.36º 0.94% 0.6% -
XYZ 6.98 3.09 29.93 -
YUV 36.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 48 9 152 0.68 0.94 0 0.40 256.36 0.89 0.32
Hex 30 9 98 44 5E 0 28 100 59 20
Octal 60 11 230 104 136 0 50 400 131 40
Binary 110000 1001 10011000 1000100 1011110 0 101000 100000000 1011001 100000

Color Harmonies of #300998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300998

Black with #300998

Text Example


Text Example

White with #300998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300998; }

 p { color: rgb(48,9,152); }

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

background-color css

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

 a { background-color: rgb(48,9,152); }

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

border-color css

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

 span { border-color: rgb(48,9,152); }

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