Html Css Color HEX #300364 Persian Indigo

📋 copy color: '#300364'

red 48 ◦ green 3 ◦ blue 100

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

Shades of Persian Indigo #300364

Tints of Persian Indigo #300364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 100 (39.45% from 255) = 66.23%

R = 31.79%
G = 1.99%
B = 66.23%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#300364 (or 0x300364) is known color: Persian Indigo. HEX triplet: 30, 03 and 64. RGB value is (48,3,100). Sum of RGB (Red+Green+Blue) = 48+3+100=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #300364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300364 is #CFFC9B. Grayscale: #1B1B1B. Windows color (decimal): -13630620 or 6554416. OLE color: 6554416.

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

Color convert

RGB 48 3 100 -
CMYK 0.52 0.97 0 0.61
HSL 267.84º 0.94% 0.2% -
HSV(B) 267.84º 0.97% 0.39% -
XYZ 3.55 1.61 12.18 -
YUV 27.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 48 3 100 0.52 0.97 0 0.61 267.84 0.94 0.2
Hex 30 3 64 34 61 0 3D 10C 5E 14
Octal 60 3 144 64 141 0 75 414 136 24
Binary 110000 11 1100100 110100 1100001 0 111101 100001100 1011110 10100

Color Harmonies of #300364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300364

Black with #300364

Text Example


Text Example

White with #300364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300364; }

 p { color: rgb(48,3,100); }

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

background-color css

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

 a { background-color: rgb(48,3,100); }

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

border-color css

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

 span { border-color: rgb(48,3,100); }

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