Html Css Color HEX #301492 Persian Indigo

📋 copy color: '#301492'

red 48 ◦ green 20 ◦ blue 146

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

Shades of Persian Indigo #301492

Tints of Persian Indigo #301492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 22.43%
G = 9.35%
B = 68.22%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#301492 (or 0x301492) is known color: Persian Indigo. HEX triplet: 30, 14 and 92. RGB value is (48,20,146). Sum of RGB (Red+Green+Blue) = 48+20+146=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #301492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301492 is #CFEB6D. Grayscale: #2A2A2A. Windows color (decimal): -13626222 or 9573424. OLE color: 9573424.

HSL color Cylindrical-coordinate representation of color #301492: hue angle of 253.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301492 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 20 146 -
CMYK 0.67 0.86 0 0.43
HSL 253.33º 0.76% 0.33% -
HSV(B) 253.33º 0.86% 0.57% -
XYZ 6.66 3.2 27.46 -
YUV 42.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 48 20 146 0.67 0.86 0 0.43 253.33 0.76 0.33
Hex 30 14 92 43 56 0 2B FD 4C 21
Octal 60 24 222 103 126 0 53 375 114 41
Binary 110000 10100 10010010 1000011 1010110 0 101011 11111101 1001100 100001

Color Harmonies of #301492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301492

Black with #301492

Text Example


Text Example

White with #301492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301492; }

 p { color: rgb(48,20,146); }

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

background-color css

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

 a { background-color: rgb(48,20,146); }

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

border-color css

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

 span { border-color: rgb(48,20,146); }

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