Html Css Color HEX #301890 Persian Indigo

📋 copy color: '#301890'

red 48 ◦ green 24 ◦ blue 144

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

Shades of Persian Indigo #301890

Tints of Persian Indigo #301890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 22.22%
G = 11.11%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301890 (or 0x301890) is known color: Persian Indigo. HEX triplet: 30, 18 and 90. RGB value is (48,24,144). Sum of RGB (Red+Green+Blue) = 48+24+144=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #301890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301890 is #CFE76F. Grayscale: #2C2C2C. Windows color (decimal): -13625200 or 9443376. OLE color: 9443376.

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

Color convert

RGB 48 24 144 -
CMYK 0.67 0.83 0 0.44
HSL 252º 0.71% 0.33% -
HSV(B) 252º 0.83% 0.56% -
XYZ 6.58 3.3 26.67 -
YUV 44.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 48 24 144 0.67 0.83 0 0.44 252 0.71 0.33
Hex 30 18 90 43 53 0 2C FC 47 21
Octal 60 30 220 103 123 0 54 374 107 41
Binary 110000 11000 10010000 1000011 1010011 0 101100 11111100 1000111 100001

Color Harmonies of #301890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301890

Black with #301890

Text Example


Text Example

White with #301890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301890; }

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

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

background-color css

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

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

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

border-color css

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

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

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