Html Css Color HEX #300497 Persian Indigo

📋 copy color: '#300497'

red 48 ◦ green 4 ◦ blue 151

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

Shades of Persian Indigo #300497

Tints of Persian Indigo #300497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

 BLUE value IS 151 (59.38% from 255) = 74.38%

R = 23.65%
G = 1.97%
B = 74.38%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#300497 (or 0x300497) is known color: Persian Indigo. HEX triplet: 30, 04 and 97. RGB value is (48,4,151). Sum of RGB (Red+Green+Blue) = 48+4+151=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #300497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300497 is #CFFB68. Grayscale: #212121. Windows color (decimal): -13630313 or 9897008. OLE color: 9897008.

HSL color Cylindrical-coordinate representation of color #300497: hue angle of 257.96º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300497 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 4 151 -
CMYK 0.68 0.97 0 0.41
HSL 257.96º 0.95% 0.3% -
HSV(B) 257.96º 0.97% 0.59% -
XYZ 6.85 2.95 29.49 -
YUV 33.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 48 4 151 0.68 0.97 0 0.41 257.96 0.95 0.3
Hex 30 4 97 44 61 0 29 102 5F 1E
Octal 60 4 227 104 141 0 51 402 137 36
Binary 110000 100 10010111 1000100 1100001 0 101001 100000010 1011111 11110

Color Harmonies of #300497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300497

Black with #300497

Text Example


Text Example

White with #300497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300497; }

 p { color: rgb(48,4,151); }

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

background-color css

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

 a { background-color: rgb(48,4,151); }

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

border-color css

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

 span { border-color: rgb(48,4,151); }

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