Html Css Color HEX #301097 Persian Indigo

📋 copy color: '#301097'

red 48 ◦ green 16 ◦ blue 151

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

Shades of Persian Indigo #301097

Tints of Persian Indigo #301097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

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

R = 22.33%
G = 7.44%
B = 70.23%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301097 (or 0x301097) is known color: Persian Indigo. HEX triplet: 30, 10 and 97. RGB value is (48,16,151). Sum of RGB (Red+Green+Blue) = 48+16+151=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #301097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301097 is #CFEF68. Grayscale: #282828. Windows color (decimal): -13627241 or 9900080. OLE color: 9900080.

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

Color convert

RGB 48 16 151 -
CMYK 0.68 0.89 0 0.41
HSL 254.22º 0.81% 0.33% -
HSV(B) 254.22º 0.89% 0.59% -
XYZ 6.99 3.23 29.53 -
YUV 40.96 190.1 133.02 -
System Red Green Blue C M Y K H S L
Decimal 48 16 151 0.68 0.89 0 0.41 254.22 0.81 0.33
Hex 30 10 97 44 59 0 29 FE 51 21
Octal 60 20 227 104 131 0 51 376 121 41
Binary 110000 10000 10010111 1000100 1011001 0 101001 11111110 1010001 100001

Color Harmonies of #301097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301097

Black with #301097

Text Example


Text Example

White with #301097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301097; }

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

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

background-color css

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

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

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

border-color css

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

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

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