Html Css Color HEX #300466 Persian Indigo

📋 copy color: '#300466'

red 48 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #300466

Tints of Persian Indigo #300466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 31.17%
G = 2.6%
B = 66.23%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#300466 (or 0x300466) is known color: Persian Indigo. HEX triplet: 30, 04 and 66. RGB value is (48,4,102). Sum of RGB (Red+Green+Blue) = 48+4+102=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #300466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300466 is #CFFB99. Grayscale: #1B1B1B. Windows color (decimal): -13630362 or 6685744. OLE color: 6685744.

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

Color convert

RGB 48 4 102 -
CMYK 0.53 0.96 0 0.6
HSL 266.94º 0.92% 0.21% -
HSV(B) 266.94º 0.96% 0.4% -
XYZ 3.66 1.67 12.7 -
YUV 28.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 48 4 102 0.53 0.96 0 0.6 266.94 0.92 0.21
Hex 30 4 66 35 60 0 3C 10B 5C 15
Octal 60 4 146 65 140 0 74 413 134 25
Binary 110000 100 1100110 110101 1100000 0 111100 100001011 1011100 10101

Color Harmonies of #300466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300466

Black with #300466

Text Example


Text Example

White with #300466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300466; }

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

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

background-color css

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

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

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

border-color css

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

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

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