Html Css Color HEX #301A90 Persian Indigo

📋 copy color: '#301A90'

red 48 ◦ green 26 ◦ blue 144

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

Shades of Persian Indigo #301A90

Tints of Persian Indigo #301A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 22.02%
G = 11.93%
B = 66.06%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301A90 (or 0x301A90) is known color: Persian Indigo. HEX triplet: 30, 1A and 90. RGB value is (48,26,144). Sum of RGB (Red+Green+Blue) = 48+26+144=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #301A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301A90 is #CFE56F. Grayscale: #2D2D2D. Windows color (decimal): -13624688 or 9443888. OLE color: 9443888.

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

Color convert

RGB 48 26 144 -
CMYK 0.67 0.82 0 0.44
HSL 251.19º 0.69% 0.33% -
HSV(B) 251.19º 0.82% 0.56% -
XYZ 6.62 3.38 26.69 -
YUV 46.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 48 26 144 0.67 0.82 0 0.44 251.19 0.69 0.33
Hex 30 1A 90 43 52 0 2C FB 45 21
Octal 60 32 220 103 122 0 54 373 105 41
Binary 110000 11010 10010000 1000011 1010010 0 101100 11111011 1000101 100001

Color Harmonies of #301A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A90

Black with #301A90

Text Example


Text Example

White with #301A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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