Html Css Color HEX #301790 Persian Indigo

📋 copy color: '#301790'

red 48 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #301790

Tints of Persian Indigo #301790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.98%

R = 22.33%
G = 10.7%
B = 66.98%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301790 (or 0x301790) is known color: Persian Indigo. HEX triplet: 30, 17 and 90. RGB value is (48,23,144). Sum of RGB (Red+Green+Blue) = 48+23+144=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #301790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301790 is #CFE86F. Grayscale: #2B2B2B. Windows color (decimal): -13625456 or 9443120. OLE color: 9443120.

HSL color Cylindrical-coordinate representation of color #301790: hue angle of 252.4º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301790 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 23 144 -
CMYK 0.67 0.84 0 0.44
HSL 252.4º 0.72% 0.33% -
HSV(B) 252.4º 0.84% 0.56% -
XYZ 6.56 3.25 26.67 -
YUV 44.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 48 23 144 0.67 0.84 0 0.44 252.4 0.72 0.33
Hex 30 17 90 43 54 0 2C FC 48 21
Octal 60 27 220 103 124 0 54 374 110 41
Binary 110000 10111 10010000 1000011 1010100 0 101100 11111100 1001000 100001

Color Harmonies of #301790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301790

Black with #301790

Text Example


Text Example

White with #301790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301790; }

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

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

background-color css

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

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

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

border-color css

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

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

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