Html Css Color HEX #300A96 Persian Indigo

📋 copy color: '#300A96'

red 48 ◦ green 10 ◦ blue 150

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

Shades of Persian Indigo #300A96

Tints of Persian Indigo #300A96

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 150 (58.98% from 255) = 72.12%

R = 23.08%
G = 4.81%
B = 72.12%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#300A96 (or 0x300A96) is known color: Persian Indigo. HEX triplet: 30, 0A and 96. RGB value is (48,10,150). Sum of RGB (Red+Green+Blue) = 48+10+150=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #300A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A96 is #CFF569. Grayscale: #242424. Windows color (decimal): -13628778 or 9833008. OLE color: 9833008.

HSL color Cylindrical-coordinate representation of color #300A96: hue angle of 256.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300A96 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 10 150 -
CMYK 0.68 0.93 0 0.41
HSL 256.29º 0.88% 0.31% -
HSV(B) 256.29º 0.93% 0.59% -
XYZ 6.83 3.05 29.08 -
YUV 37.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 48 10 150 0.68 0.93 0 0.41 256.29 0.88 0.31
Hex 30 A 96 44 5D 0 29 100 58 1F
Octal 60 12 226 104 135 0 51 400 130 37
Binary 110000 1010 10010110 1000100 1011101 0 101001 100000000 1011000 11111

Color Harmonies of #300A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A96

Black with #300A96

Text Example


Text Example

White with #300A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A96; }

 p { color: rgb(48,10,150); }

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

background-color css

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

 a { background-color: rgb(48,10,150); }

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

border-color css

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

 span { border-color: rgb(48,10,150); }

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