Html Css Color HEX #301297 Persian Indigo

📋 copy color: '#301297'

red 48 ◦ green 18 ◦ blue 151

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

Shades of Persian Indigo #301297

Tints of Persian Indigo #301297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.59%

R = 22.12%
G = 8.29%
B = 69.59%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301297 (or 0x301297) is known color: Persian Indigo. HEX triplet: 30, 12 and 97. RGB value is (48,18,151). Sum of RGB (Red+Green+Blue) = 48+18+151=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #301297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301297 is #CFED68. Grayscale: #292929. Windows color (decimal): -13626729 or 9900592. OLE color: 9900592.

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

Color convert

RGB 48 18 151 -
CMYK 0.68 0.88 0 0.41
HSL 253.53º 0.79% 0.33% -
HSV(B) 253.53º 0.88% 0.59% -
XYZ 7.02 3.3 29.54 -
YUV 42.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 48 18 151 0.68 0.88 0 0.41 253.53 0.79 0.33
Hex 30 12 97 44 58 0 29 FE 4F 21
Octal 60 22 227 104 130 0 51 376 117 41
Binary 110000 10010 10010111 1000100 1011000 0 101001 11111110 1001111 100001

Color Harmonies of #301297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301297

Black with #301297

Text Example


Text Example

White with #301297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301297; }

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

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

background-color css

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

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

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

border-color css

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

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

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