Html Css Color HEX #300896 Persian Indigo

📋 copy color: '#300896'

red 48 ◦ green 8 ◦ blue 150

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

Shades of Persian Indigo #300896

Tints of Persian Indigo #300896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 23.3%
G = 3.88%
B = 72.82%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#300896 (or 0x300896) is known color: Persian Indigo. HEX triplet: 30, 08 and 96. RGB value is (48,8,150). Sum of RGB (Red+Green+Blue) = 48+8+150=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #300896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300896 is #CFF769. Grayscale: #232323. Windows color (decimal): -13629290 or 9832496. OLE color: 9832496.

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

Color convert

RGB 48 8 150 -
CMYK 0.68 0.95 0 0.41
HSL 256.9º 0.9% 0.31% -
HSV(B) 256.9º 0.95% 0.59% -
XYZ 6.81 3 29.08 -
YUV 36.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 48 8 150 0.68 0.95 0 0.41 256.9 0.9 0.31
Hex 30 8 96 44 5F 0 29 101 5A 1F
Octal 60 10 226 104 137 0 51 401 132 37
Binary 110000 1000 10010110 1000100 1011111 0 101001 100000001 1011010 11111

Color Harmonies of #300896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300896

Black with #300896

Text Example


Text Example

White with #300896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300896; }

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

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

background-color css

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

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

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

border-color css

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

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

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