Html Css Color HEX #300190 Persian Indigo

📋 copy color: '#300190'

red 48 ◦ green 1 ◦ blue 144

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

Shades of Persian Indigo #300190

Tints of Persian Indigo #300190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 24.87%
G = 0.52%
B = 74.61%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#300190 (or 0x300190) is known color: Persian Indigo. HEX triplet: 30, 01 and 90. RGB value is (48,1,144). Sum of RGB (Red+Green+Blue) = 48+1+144=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #300190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300190 is #CFFE6F. Grayscale: #1E1E1E. Windows color (decimal): -13631088 or 9437488. OLE color: 9437488.

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

Color convert

RGB 48 1 144 -
CMYK 0.67 0.99 0 0.44
HSL 259.72º 0.99% 0.28% -
HSV(B) 259.72º 0.99% 0.56% -
XYZ 6.26 2.66 26.57 -
YUV 31.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 48 1 144 0.67 0.99 0 0.44 259.72 0.99 0.28
Hex 30 1 90 43 63 0 2C 104 63 1C
Octal 60 1 220 103 143 0 54 404 143 34
Binary 110000 1 10010000 1000011 1100011 0 101100 100000100 1100011 11100

Color Harmonies of #300190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300190

Black with #300190

Text Example


Text Example

White with #300190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300190; }

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

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

background-color css

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

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

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

border-color css

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

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

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