Html Css Color HEX #300463 Persian Indigo

📋 copy color: '#300463'

red 48 ◦ green 4 ◦ blue 99

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

Shades of Persian Indigo #300463

Tints of Persian Indigo #300463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.56%

R = 31.79%
G = 2.65%
B = 65.56%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#300463 (or 0x300463) is known color: Persian Indigo. HEX triplet: 30, 04 and 63. RGB value is (48,4,99). Sum of RGB (Red+Green+Blue) = 48+4+99=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #300463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300463 is #CFFB9C. Grayscale: #1B1B1B. Windows color (decimal): -13630365 or 6489136. OLE color: 6489136.

HSL color Cylindrical-coordinate representation of color #300463: hue angle of 267.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300463 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 4 99 -
CMYK 0.52 0.96 0 0.61
HSL 267.79º 0.92% 0.2% -
HSV(B) 267.79º 0.96% 0.39% -
XYZ 3.51 1.62 11.93 -
YUV 27.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 48 4 99 0.52 0.96 0 0.61 267.79 0.92 0.2
Hex 30 4 63 34 60 0 3D 10C 5C 14
Octal 60 4 143 64 140 0 75 414 134 24
Binary 110000 100 1100011 110100 1100000 0 111101 100001100 1011100 10100

Color Harmonies of #300463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300463

Black with #300463

Text Example


Text Example

White with #300463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300463; }

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

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

background-color css

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

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

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

border-color css

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

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

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