Html Css Color HEX #301A96 Persian Indigo

📋 copy color: '#301A96'

red 48 ◦ green 26 ◦ blue 150

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

Shades of Persian Indigo #301A96

Tints of Persian Indigo #301A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.96%

R = 21.43%
G = 11.61%
B = 66.96%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301A96 (or 0x301A96) is known color: Persian Indigo. HEX triplet: 30, 1A and 96. RGB value is (48,26,150). Sum of RGB (Red+Green+Blue) = 48+26+150=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #301A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301A96 is #CFE569. Grayscale: #2E2E2E. Windows color (decimal): -13624682 or 9837104. OLE color: 9837104.

HSL color Cylindrical-coordinate representation of color #301A96: hue angle of 250.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301A96 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 26 150 -
CMYK 0.68 0.83 0 0.41
HSL 250.65º 0.7% 0.35% -
HSV(B) 250.65º 0.83% 0.59% -
XYZ 7.09 3.57 29.17 -
YUV 46.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 48 26 150 0.68 0.83 0 0.41 250.65 0.7 0.35
Hex 30 1A 96 44 53 0 29 FB 46 23
Octal 60 32 226 104 123 0 51 373 106 43
Binary 110000 11010 10010110 1000100 1010011 0 101001 11111011 1000110 100011

Color Harmonies of #301A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A96

Black with #301A96

Text Example


Text Example

White with #301A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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