Html Css Color HEX #300468 Persian Indigo

📋 copy color: '#300468'

red 48 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #300468

Tints of Persian Indigo #300468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 66.67%

R = 30.77%
G = 2.56%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#300468 (or 0x300468) is known color: Persian Indigo. HEX triplet: 30, 04 and 68. RGB value is (48,4,104). Sum of RGB (Red+Green+Blue) = 48+4+104=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #300468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300468 is #CFFB97. Grayscale: #1C1C1C. Windows color (decimal): -13630360 or 6816816. OLE color: 6816816.

HSL color Cylindrical-coordinate representation of color #300468: hue angle of 266.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300468 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 4 104 -
CMYK 0.54 0.96 0 0.59
HSL 266.4º 0.93% 0.21% -
HSV(B) 266.4º 0.96% 0.41% -
XYZ 3.76 1.71 13.23 -
YUV 28.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 48 4 104 0.54 0.96 0 0.59 266.4 0.93 0.21
Hex 30 4 68 36 60 0 3B 10A 5D 15
Octal 60 4 150 66 140 0 73 412 135 25
Binary 110000 100 1101000 110110 1100000 0 111011 100001010 1011101 10101

Color Harmonies of #300468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300468

Black with #300468

Text Example


Text Example

White with #300468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300468; }

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

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

background-color css

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

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

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

border-color css

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

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

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