Html Css Color HEX #301570 Persian Indigo

📋 copy color: '#301570'

red 48 ◦ green 21 ◦ blue 112

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

Shades of Persian Indigo #301570

Tints of Persian Indigo #301570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

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

R = 26.52%
G = 11.6%
B = 61.88%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301570 (or 0x301570) is known color: Persian Indigo. HEX triplet: 30, 15 and 70. RGB value is (48,21,112). Sum of RGB (Red+Green+Blue) = 48+21+112=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #301570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301570 is #CFEA8F. Grayscale: #272727. Windows color (decimal): -13626000 or 7345456. OLE color: 7345456.

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

Color convert

RGB 48 21 112 -
CMYK 0.57 0.81 0 0.56
HSL 257.8º 0.68% 0.26% -
HSV(B) 257.8º 0.81% 0.44% -
XYZ 4.41 2.33 15.55 -
YUV 39.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 48 21 112 0.57 0.81 0 0.56 257.8 0.68 0.26
Hex 30 15 70 39 51 0 38 102 44 1A
Octal 60 25 160 71 121 0 70 402 104 32
Binary 110000 10101 1110000 111001 1010001 0 111000 100000010 1000100 11010

Color Harmonies of #301570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301570

Black with #301570

Text Example


Text Example

White with #301570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301570; }

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

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

background-color css

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

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

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

border-color css

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

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

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