Html Css Color HEX #300864 Persian Indigo

📋 copy color: '#300864'

red 48 ◦ green 8 ◦ blue 100

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

Shades of Persian Indigo #300864

Tints of Persian Indigo #300864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.13%

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

R = 30.77%
G = 5.13%
B = 64.1%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#300864 (or 0x300864) is known color: Persian Indigo. HEX triplet: 30, 08 and 64. RGB value is (48,8,100). Sum of RGB (Red+Green+Blue) = 48+8+100=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #300864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300864 is #CFF79B. Grayscale: #1E1E1E. Windows color (decimal): -13629340 or 6555696. OLE color: 6555696.

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

Color convert

RGB 48 8 100 -
CMYK 0.52 0.92 0 0.61
HSL 266.09º 0.85% 0.21% -
HSV(B) 266.09º 0.92% 0.39% -
XYZ 3.61 1.72 12.2 -
YUV 30.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 48 8 100 0.52 0.92 0 0.61 266.09 0.85 0.21
Hex 30 8 64 34 5C 0 3D 10A 55 15
Octal 60 10 144 64 134 0 75 412 125 25
Binary 110000 1000 1100100 110100 1011100 0 111101 100001010 1010101 10101

Color Harmonies of #300864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300864

Black with #300864

Text Example


Text Example

White with #300864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300864; }

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

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

background-color css

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

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

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

border-color css

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

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

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