Html Css Color HEX #300470 Persian Indigo

📋 copy color: '#300470'

red 48 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #300470

Tints of Persian Indigo #300470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 68.29%

R = 29.27%
G = 2.44%
B = 68.29%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#300470 (or 0x300470) is known color: Persian Indigo. HEX triplet: 30, 04 and 70. RGB value is (48,4,112). Sum of RGB (Red+Green+Blue) = 48+4+112=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #300470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300470 is #CFFB8F. Grayscale: #1D1D1D. Windows color (decimal): -13630352 or 7341104. OLE color: 7341104.

HSL color Cylindrical-coordinate representation of color #300470: hue angle of 264.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300470 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 4 112 -
CMYK 0.57 0.96 0 0.56
HSL 264.44º 0.93% 0.23% -
HSV(B) 264.44º 0.96% 0.44% -
XYZ 4.19 1.89 15.47 -
YUV 29.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 48 4 112 0.57 0.96 0 0.56 264.44 0.93 0.23
Hex 30 4 70 39 60 0 38 108 5D 17
Octal 60 4 160 71 140 0 70 410 135 27
Binary 110000 100 1110000 111001 1100000 0 111000 100001000 1011101 10111

Color Harmonies of #300470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300470

Black with #300470

Text Example


Text Example

White with #300470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300470; }

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

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

background-color css

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

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

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

border-color css

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

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

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