Html Css Color HEX #301594 Persian Indigo

📋 copy color: '#301594'

red 48 ◦ green 21 ◦ blue 148

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

Shades of Persian Indigo #301594

Tints of Persian Indigo #301594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 22.12%
G = 9.68%
B = 68.2%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301594 (or 0x301594) is known color: Persian Indigo. HEX triplet: 30, 15 and 94. RGB value is (48,21,148). Sum of RGB (Red+Green+Blue) = 48+21+148=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #301594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301594 is #CFEA6B. Grayscale: #2B2B2B. Windows color (decimal): -13625964 or 9704752. OLE color: 9704752.

HSL color Cylindrical-coordinate representation of color #301594: hue angle of 252.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301594 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 21 148 -
CMYK 0.68 0.86 0 0.42
HSL 252.76º 0.75% 0.33% -
HSV(B) 252.76º 0.86% 0.58% -
XYZ 6.83 3.3 28.29 -
YUV 43.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 48 21 148 0.68 0.86 0 0.42 252.76 0.75 0.33
Hex 30 15 94 44 56 0 2A FD 4B 21
Octal 60 25 224 104 126 0 52 375 113 41
Binary 110000 10101 10010100 1000100 1010110 0 101010 11111101 1001011 100001

Color Harmonies of #301594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301594

Black with #301594

Text Example


Text Example

White with #301594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301594; }

 p { color: rgb(48,21,148); }

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

background-color css

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

 a { background-color: rgb(48,21,148); }

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

border-color css

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

 span { border-color: rgb(48,21,148); }

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