Html Css Color HEX #301198 Persian Indigo

📋 copy color: '#301198'

red 48 ◦ green 17 ◦ blue 152

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

Shades of Persian Indigo #301198

Tints of Persian Indigo #301198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.83%

 BLUE value IS 152 (59.77% from 255) = 70.05%

R = 22.12%
G = 7.83%
B = 70.05%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#301198 (or 0x301198) is known color: Persian Indigo. HEX triplet: 30, 11 and 98. RGB value is (48,17,152). Sum of RGB (Red+Green+Blue) = 48+17+152=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #301198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301198 is #CFEE67. Grayscale: #292929. Windows color (decimal): -13626984 or 9965872. OLE color: 9965872.

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

Color convert

RGB 48 17 152 -
CMYK 0.68 0.89 0 0.40
HSL 253.78º 0.8% 0.33% -
HSV(B) 253.78º 0.89% 0.6% -
XYZ 7.09 3.3 29.97 -
YUV 41.66 190.27 132.52 -
System Red Green Blue C M Y K H S L
Decimal 48 17 152 0.68 0.89 0 0.40 253.78 0.8 0.33
Hex 30 11 98 44 59 0 28 FE 50 21
Octal 60 21 230 104 131 0 50 376 120 41
Binary 110000 10001 10011000 1000100 1011001 0 101000 11111110 1010000 100001

Color Harmonies of #301198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301198

Black with #301198

Text Example


Text Example

White with #301198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301198; }

 p { color: rgb(48,17,152); }

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

background-color css

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

 a { background-color: rgb(48,17,152); }

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

border-color css

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

 span { border-color: rgb(48,17,152); }

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