Html Css Color HEX #301168 Persian Indigo

📋 copy color: '#301168'

red 48 ◦ green 17 ◦ blue 104

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

Shades of Persian Indigo #301168

Tints of Persian Indigo #301168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.54%

R = 28.4%
G = 10.06%
B = 61.54%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#301168 (or 0x301168) is known color: Persian Indigo. HEX triplet: 30, 11 and 68. RGB value is (48,17,104). Sum of RGB (Red+Green+Blue) = 48+17+104=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #301168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301168 is #CFEE97. Grayscale: #232323. Windows color (decimal): -13627032 or 6820144. OLE color: 6820144.

HSL color Cylindrical-coordinate representation of color #301168: hue angle of 261.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301168 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 17 104 -
CMYK 0.54 0.84 0 0.59
HSL 261.38º 0.72% 0.24% -
HSV(B) 261.38º 0.84% 0.41% -
XYZ 3.92 2.03 13.28 -
YUV 36.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 48 17 104 0.54 0.84 0 0.59 261.38 0.72 0.24
Hex 30 11 68 36 54 0 3B 105 48 18
Octal 60 21 150 66 124 0 73 405 110 30
Binary 110000 10001 1101000 110110 1010100 0 111011 100000101 1001000 11000

Color Harmonies of #301168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301168

Black with #301168

Text Example


Text Example

White with #301168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301168; }

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

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

background-color css

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

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

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

border-color css

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

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

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