Html Css Color HEX #300189 Persian Indigo

📋 copy color: '#300189'

red 48 ◦ green 1 ◦ blue 137

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

Shades of Persian Indigo #300189

Tints of Persian Indigo #300189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 73.66%

R = 25.81%
G = 0.54%
B = 73.66%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#300189 (or 0x300189) is known color: Persian Indigo. HEX triplet: 30, 01 and 89. RGB value is (48,1,137). Sum of RGB (Red+Green+Blue) = 48+1+137=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #300189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300189 is #CFFE76. Grayscale: #1E1E1E. Windows color (decimal): -13631095 or 8978736. OLE color: 8978736.

HSL color Cylindrical-coordinate representation of color #300189: hue angle of 260.74º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300189 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 1 137 -
CMYK 0.65 0.99 0 0.46
HSL 260.74º 0.99% 0.27% -
HSV(B) 260.74º 0.99% 0.54% -
XYZ 5.75 2.46 23.84 -
YUV 30.56 188.07 140.44 -
System Red Green Blue C M Y K H S L
Decimal 48 1 137 0.65 0.99 0 0.46 260.74 0.99 0.27
Hex 30 1 89 41 63 0 2E 105 63 1B
Octal 60 1 211 101 143 0 56 405 143 33
Binary 110000 1 10001001 1000001 1100011 0 101110 100000101 1100011 11011

Color Harmonies of #300189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300189

Black with #300189

Text Example


Text Example

White with #300189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300189; }

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

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

background-color css

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

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

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

border-color css

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

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

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