Html Css Color HEX #300696 Persian Indigo

📋 copy color: '#300696'

red 48 ◦ green 6 ◦ blue 150

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

Shades of Persian Indigo #300696

Tints of Persian Indigo #300696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 23.53%
G = 2.94%
B = 73.53%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#300696 (or 0x300696) is known color: Persian Indigo. HEX triplet: 30, 06 and 96. RGB value is (48,6,150). Sum of RGB (Red+Green+Blue) = 48+6+150=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #300696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300696 is #CFF969. Grayscale: #222222. Windows color (decimal): -13629802 or 9831984. OLE color: 9831984.

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

Color convert

RGB 48 6 150 -
CMYK 0.68 0.96 0 0.41
HSL 257.5º 0.92% 0.31% -
HSV(B) 257.5º 0.96% 0.59% -
XYZ 6.79 2.96 29.07 -
YUV 34.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 48 6 150 0.68 0.96 0 0.41 257.5 0.92 0.31
Hex 30 6 96 44 60 0 29 102 5C 1F
Octal 60 6 226 104 140 0 51 402 134 37
Binary 110000 110 10010110 1000100 1100000 0 101001 100000010 1011100 11111

Color Harmonies of #300696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300696

Black with #300696

Text Example


Text Example

White with #300696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300696; }

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

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

background-color css

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

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

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

border-color css

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

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

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