Html Css Color HEX #300091 Persian Indigo

📋 copy color: '#300091'

red 48 ◦ green 0 ◦ blue 145

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

Shades of Persian Indigo #300091

Tints of Persian Indigo #300091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.87%
G = 0%
B = 75.13%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#300091 (or 0x300091) is known color: Persian Indigo. HEX triplet: 30, 00 and 91. RGB value is (48,0,145). Sum of RGB (Red+Green+Blue) = 48+0+145=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #300091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300091 is #CFFF6E. Grayscale: #1E1E1E. Windows color (decimal): -13631343 or 9502768. OLE color: 9502768.

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

Color convert

RGB 48 0 145 -
CMYK 0.67 1 0 0.43
HSL 259.86º 1% 0.28% -
HSV(B) 259.86º 1% 0.57% -
XYZ 6.33 2.67 26.97 -
YUV 30.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 48 0 145 0.67 1 0 0.43 259.86 1 0.28
Hex 30 0 91 43 64 0 2B 104 64 1C
Octal 60 0 221 103 144 0 53 404 144 34
Binary 110000 0 10010001 1000011 1100100 0 101011 100000100 1100100 11100

Color Harmonies of #300091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300091

Black with #300091

Text Example


Text Example

White with #300091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300091; }

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

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

background-color css

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

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

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

border-color css

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

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

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