Html Css Color HEX #300966 Persian Indigo

📋 copy color: '#300966'

red 48 ◦ green 9 ◦ blue 102

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

Shades of Persian Indigo #300966

Tints of Persian Indigo #300966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

 BLUE value IS 102 (40.23% from 255) = 64.15%

R = 30.19%
G = 5.66%
B = 64.15%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#300966 (or 0x300966) is known color: Persian Indigo. HEX triplet: 30, 09 and 66. RGB value is (48,9,102). Sum of RGB (Red+Green+Blue) = 48+9+102=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #300966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300966 is #CFF699. Grayscale: #1E1E1E. Windows color (decimal): -13629082 or 6687024. OLE color: 6687024.

HSL color Cylindrical-coordinate representation of color #300966: hue angle of 265.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300966 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 9 102 -
CMYK 0.53 0.91 0 0.6
HSL 265.16º 0.84% 0.22% -
HSV(B) 265.16º 0.91% 0.4% -
XYZ 3.71 1.78 12.72 -
YUV 31.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 48 9 102 0.53 0.91 0 0.6 265.16 0.84 0.22
Hex 30 9 66 35 5B 0 3C 109 54 16
Octal 60 11 146 65 133 0 74 411 124 26
Binary 110000 1001 1100110 110101 1011011 0 111100 100001001 1010100 10110

Color Harmonies of #300966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300966

Black with #300966

Text Example


Text Example

White with #300966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300966; }

 p { color: rgb(48,9,102); }

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

background-color css

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

 a { background-color: rgb(48,9,102); }

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

border-color css

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

 span { border-color: rgb(48,9,102); }

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