Html Css Color HEX #300063 Persian Indigo

📋 copy color: '#300063'

red 48 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #300063

Tints of Persian Indigo #300063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.65%
G = 0%
B = 67.35%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#300063 (or 0x300063) is known color: Persian Indigo. HEX triplet: 30, 00 and 63. RGB value is (48,0,99). Sum of RGB (Red+Green+Blue) = 48+0+99=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #300063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300063 is #CFFF9C. Grayscale: #191919. Windows color (decimal): -13631389 or 6488112. OLE color: 6488112.

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

Color convert

RGB 48 0 99 -
CMYK 0.52 1 0 0.61
HSL 269.09º 1% 0.19% -
HSV(B) 269.09º 1% 0.39% -
XYZ 3.47 1.53 11.92 -
YUV 25.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 48 0 99 0.52 1 0 0.61 269.09 1 0.19
Hex 30 0 63 34 64 0 3D 10D 64 13
Octal 60 0 143 64 144 0 75 415 144 23
Binary 110000 0 1100011 110100 1100100 0 111101 100001101 1100100 10011

Color Harmonies of #300063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300063

Black with #300063

Text Example


Text Example

White with #300063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300063; }

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

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

background-color css

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

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

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

border-color css

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

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

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