Html Css Color HEX #300390 Persian Indigo

📋 copy color: '#300390'

red 48 ◦ green 3 ◦ blue 144

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

Shades of Persian Indigo #300390

Tints of Persian Indigo #300390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 24.62%
G = 1.54%
B = 73.85%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#300390 (or 0x300390) is known color: Persian Indigo. HEX triplet: 30, 03 and 90. RGB value is (48,3,144). Sum of RGB (Red+Green+Blue) = 48+3+144=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #300390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300390 is #CFFC6F. Grayscale: #202020. Windows color (decimal): -13630576 or 9438000. OLE color: 9438000.

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

Color convert

RGB 48 3 144 -
CMYK 0.67 0.98 0 0.44
HSL 259.15º 0.96% 0.29% -
HSV(B) 259.15º 0.98% 0.56% -
XYZ 6.29 2.71 26.58 -
YUV 32.53 190.91 139.04 -
System Red Green Blue C M Y K H S L
Decimal 48 3 144 0.67 0.98 0 0.44 259.15 0.96 0.29
Hex 30 3 90 43 62 0 2C 103 60 1D
Octal 60 3 220 103 142 0 54 403 140 35
Binary 110000 11 10010000 1000011 1100010 0 101100 100000011 1100000 11101

Color Harmonies of #300390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300390

Black with #300390

Text Example


Text Example

White with #300390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300390; }

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

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

background-color css

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

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

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

border-color css

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

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

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