Html Css Color HEX #301770 Persian Indigo

📋 copy color: '#301770'

red 48 ◦ green 23 ◦ blue 112

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

Shades of Persian Indigo #301770

Tints of Persian Indigo #301770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

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

R = 26.23%
G = 12.57%
B = 61.2%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#301770 (or 0x301770) is known color: Persian Indigo. HEX triplet: 30, 17 and 70. RGB value is (48,23,112). Sum of RGB (Red+Green+Blue) = 48+23+112=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #301770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301770 is #CFE88F. Grayscale: #282828. Windows color (decimal): -13625488 or 7345968. OLE color: 7345968.

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

Color convert

RGB 48 23 112 -
CMYK 0.57 0.79 0 0.56
HSL 256.85º 0.66% 0.26% -
HSV(B) 256.85º 0.79% 0.44% -
XYZ 4.45 2.41 15.56 -
YUV 40.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 48 23 112 0.57 0.79 0 0.56 256.85 0.66 0.26
Hex 30 17 70 39 4F 0 38 101 42 1A
Octal 60 27 160 71 117 0 70 401 102 32
Binary 110000 10111 1110000 111001 1001111 0 111000 100000001 1000010 11010

Color Harmonies of #301770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301770

Black with #301770

Text Example


Text Example

White with #301770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301770; }

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

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

background-color css

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

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

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

border-color css

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

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

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