Html Css Color HEX #300890 Persian Indigo

📋 copy color: '#300890'

red 48 ◦ green 8 ◦ blue 144

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

Shades of Persian Indigo #300890

Tints of Persian Indigo #300890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 144 (56.64% from 255) = 72%

R = 24%
G = 4%
B = 72%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#300890 (or 0x300890) is known color: Persian Indigo. HEX triplet: 30, 08 and 90. RGB value is (48,8,144). Sum of RGB (Red+Green+Blue) = 48+8+144=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #300890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300890 is #CFF76F. Grayscale: #222222. Windows color (decimal): -13629296 or 9439280. OLE color: 9439280.

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

Color convert

RGB 48 8 144 -
CMYK 0.67 0.94 0 0.44
HSL 257.65º 0.89% 0.3% -
HSV(B) 257.65º 0.94% 0.56% -
XYZ 6.34 2.82 26.59 -
YUV 35.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 48 8 144 0.67 0.94 0 0.44 257.65 0.89 0.3
Hex 30 8 90 43 5E 0 2C 102 59 1E
Octal 60 10 220 103 136 0 54 402 131 36
Binary 110000 1000 10010000 1000011 1011110 0 101100 100000010 1011001 11110

Color Harmonies of #300890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300890

Black with #300890

Text Example


Text Example

White with #300890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300890; }

 p { color: rgb(48,8,144); }

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

background-color css

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

 a { background-color: rgb(48,8,144); }

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

border-color css

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

 span { border-color: rgb(48,8,144); }

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