Html Css Color HEX #300695 Persian Indigo

📋 copy color: '#300695'

red 48 ◦ green 6 ◦ blue 149

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

Shades of Persian Indigo #300695

Tints of Persian Indigo #300695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 23.65%
G = 2.96%
B = 73.4%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300695 (or 0x300695) is known color: Persian Indigo. HEX triplet: 30, 06 and 95. RGB value is (48,6,149). Sum of RGB (Red+Green+Blue) = 48+6+149=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #300695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300695 is #CFF96A. Grayscale: #222222. Windows color (decimal): -13629803 or 9766448. OLE color: 9766448.

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

Color convert

RGB 48 6 149 -
CMYK 0.68 0.96 0 0.42
HSL 257.62º 0.92% 0.3% -
HSV(B) 257.62º 0.96% 0.58% -
XYZ 6.71 2.93 28.65 -
YUV 34.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 48 6 149 0.68 0.96 0 0.42 257.62 0.92 0.3
Hex 30 6 95 44 60 0 2A 102 5C 1E
Octal 60 6 225 104 140 0 52 402 134 36
Binary 110000 110 10010101 1000100 1100000 0 101010 100000010 1011100 11110

Color Harmonies of #300695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300695

Black with #300695

Text Example


Text Example

White with #300695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300695; }

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

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

background-color css

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

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

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

border-color css

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

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

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