Html Css Color HEX #301370 Persian Indigo

📋 copy color: '#301370'

red 48 ◦ green 19 ◦ blue 112

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

Shades of Persian Indigo #301370

Tints of Persian Indigo #301370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 26.82%
G = 10.61%
B = 62.57%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301370 (or 0x301370) is known color: Persian Indigo. HEX triplet: 30, 13 and 70. RGB value is (48,19,112). Sum of RGB (Red+Green+Blue) = 48+19+112=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #301370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301370 is #CFEC8F. Grayscale: #252525. Windows color (decimal): -13626512 or 7344944. OLE color: 7344944.

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

Color convert

RGB 48 19 112 -
CMYK 0.57 0.83 0 0.56
HSL 258.71º 0.71% 0.26% -
HSV(B) 258.71º 0.83% 0.44% -
XYZ 4.38 2.26 15.54 -
YUV 38.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 48 19 112 0.57 0.83 0 0.56 258.71 0.71 0.26
Hex 30 13 70 39 53 0 38 103 47 1A
Octal 60 23 160 71 123 0 70 403 107 32
Binary 110000 10011 1110000 111001 1010011 0 111000 100000011 1000111 11010

Color Harmonies of #301370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301370

Black with #301370

Text Example


Text Example

White with #301370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301370; }

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

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

background-color css

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

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

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

border-color css

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

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

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