Html Css Color HEX #301970 Persian Indigo

📋 copy color: '#301970'

red 48 ◦ green 25 ◦ blue 112

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

Shades of Persian Indigo #301970

Tints of Persian Indigo #301970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 25.95%
G = 13.51%
B = 60.54%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301970 (or 0x301970) is known color: Persian Indigo. HEX triplet: 30, 19 and 70. RGB value is (48,25,112). Sum of RGB (Red+Green+Blue) = 48+25+112=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #301970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301970 is #CFE68F. Grayscale: #292929. Windows color (decimal): -13624976 or 7346480. OLE color: 7346480.

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

Color convert

RGB 48 25 112 -
CMYK 0.57 0.78 0 0.56
HSL 255.86º 0.64% 0.27% -
HSV(B) 255.86º 0.78% 0.44% -
XYZ 4.49 2.49 15.57 -
YUV 41.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 48 25 112 0.57 0.78 0 0.56 255.86 0.64 0.27
Hex 30 19 70 39 4E 0 38 100 40 1B
Octal 60 31 160 71 116 0 70 400 100 33
Binary 110000 11001 1110000 111001 1001110 0 111000 100000000 1000000 11011

Color Harmonies of #301970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301970

Black with #301970

Text Example


Text Example

White with #301970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301970; }

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

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

background-color css

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

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

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

border-color css

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

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

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