Html Css Color HEX #300591 Persian Indigo

📋 copy color: '#300591'

red 48 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #300591

Tints of Persian Indigo #300591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 145 (57.03% from 255) = 73.23%

R = 24.24%
G = 2.53%
B = 73.23%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#300591 (or 0x300591) is known color: Persian Indigo. HEX triplet: 30, 05 and 91. RGB value is (48,5,145). Sum of RGB (Red+Green+Blue) = 48+5+145=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #300591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300591 is #CFFA6E. Grayscale: #212121. Windows color (decimal): -13630063 or 9504048. OLE color: 9504048.

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

Color convert

RGB 48 5 145 -
CMYK 0.67 0.97 0 0.43
HSL 258.43º 0.93% 0.29% -
HSV(B) 258.43º 0.97% 0.57% -
XYZ 6.38 2.78 26.99 -
YUV 33.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 48 5 145 0.67 0.97 0 0.43 258.43 0.93 0.29
Hex 30 5 91 43 61 0 2B 102 5D 1D
Octal 60 5 221 103 141 0 53 402 135 35
Binary 110000 101 10010001 1000011 1100001 0 101011 100000010 1011101 11101

Color Harmonies of #300591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300591

Black with #300591

Text Example


Text Example

White with #300591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300591; }

 p { color: rgb(48,5,145); }

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

background-color css

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

 a { background-color: rgb(48,5,145); }

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

border-color css

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

 span { border-color: rgb(48,5,145); }

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