Html Css Color HEX #300992 Persian Indigo

📋 copy color: '#300992'

red 48 ◦ green 9 ◦ blue 146

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

Shades of Persian Indigo #300992

Tints of Persian Indigo #300992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.92%

R = 23.65%
G = 4.43%
B = 71.92%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#300992 (or 0x300992) is known color: Persian Indigo. HEX triplet: 30, 09 and 92. RGB value is (48,9,146). Sum of RGB (Red+Green+Blue) = 48+9+146=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #300992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300992 is #CFF66D. Grayscale: #232323. Windows color (decimal): -13629038 or 9570608. OLE color: 9570608.

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

Color convert

RGB 48 9 146 -
CMYK 0.67 0.94 0 0.43
HSL 257.08º 0.88% 0.3% -
HSV(B) 257.08º 0.94% 0.57% -
XYZ 6.5 2.9 27.41 -
YUV 36.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 48 9 146 0.67 0.94 0 0.43 257.08 0.88 0.3
Hex 30 9 92 43 5E 0 2B 101 58 1E
Octal 60 11 222 103 136 0 53 401 130 36
Binary 110000 1001 10010010 1000011 1011110 0 101011 100000001 1011000 11110

Color Harmonies of #300992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300992

Black with #300992

Text Example


Text Example

White with #300992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300992; }

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

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

background-color css

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

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

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

border-color css

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

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

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