Html Css Color HEX #300694 Persian Indigo

📋 copy color: '#300694'

red 48 ◦ green 6 ◦ blue 148

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

Shades of Persian Indigo #300694

Tints of Persian Indigo #300694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 73.27%

R = 23.76%
G = 2.97%
B = 73.27%

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

#300694 (or 0x300694) is known color: Persian Indigo. HEX triplet: 30, 06 and 94. RGB value is (48,6,148). Sum of RGB (Red+Green+Blue) = 48+6+148=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #300694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300694 is #CFF96B. Grayscale: #222222. Windows color (decimal): -13629804 or 9700912. OLE color: 9700912.

HSL color Cylindrical-coordinate representation of color #300694: hue angle of 257.75º 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 #300694 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 6 148 -
CMYK 0.68 0.96 0 0.42
HSL 257.75º 0.92% 0.3% -
HSV(B) 257.75º 0.96% 0.58% -
XYZ 6.63 2.9 28.23 -
YUV 34.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 48 6 148 0.68 0.96 0 0.42 257.75 0.92 0.3
Hex 30 6 94 44 60 0 2A 102 5C 1E
Octal 60 6 224 104 140 0 52 402 134 36
Binary 110000 110 10010100 1000100 1100000 0 101010 100000010 1011100 11110

Color Harmonies of #300694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300694

Black with #300694

Text Example


Text Example

White with #300694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300694; }

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

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

background-color css

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

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

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

border-color css

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

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

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