Html Css Color HEX #301294 Persian Indigo

📋 copy color: '#301294'

red 48 ◦ green 18 ◦ blue 148

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

Shades of Persian Indigo #301294

Tints of Persian Indigo #301294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 22.43%
G = 8.41%
B = 69.16%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301294 (or 0x301294) is known color: Persian Indigo. HEX triplet: 30, 12 and 94. RGB value is (48,18,148). Sum of RGB (Red+Green+Blue) = 48+18+148=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #301294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301294 is #CFED6B. Grayscale: #292929. Windows color (decimal): -13626732 or 9703984. OLE color: 9703984.

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

Color convert

RGB 48 18 148 -
CMYK 0.68 0.88 0 0.42
HSL 253.85º 0.78% 0.33% -
HSV(B) 253.85º 0.88% 0.58% -
XYZ 6.78 3.2 28.28 -
YUV 41.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 48 18 148 0.68 0.88 0 0.42 253.85 0.78 0.33
Hex 30 12 94 44 58 0 2A FE 4E 21
Octal 60 22 224 104 130 0 52 376 116 41
Binary 110000 10010 10010100 1000100 1011000 0 101010 11111110 1001110 100001

Color Harmonies of #301294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301294

Black with #301294

Text Example


Text Example

White with #301294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301294; }

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

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

background-color css

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

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

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

border-color css

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

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

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