Html Css Color HEX #301374 Persian Indigo

📋 copy color: '#301374'

red 48 ◦ green 19 ◦ blue 116

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

Shades of Persian Indigo #301374

Tints of Persian Indigo #301374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 26.23%
G = 10.38%
B = 63.39%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301374 (or 0x301374) is known color: Persian Indigo. HEX triplet: 30, 13 and 74. RGB value is (48,19,116). Sum of RGB (Red+Green+Blue) = 48+19+116=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #301374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301374 is #CFEC8B. Grayscale: #262626. Windows color (decimal): -13626508 or 7607088. OLE color: 7607088.

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

Color convert

RGB 48 19 116 -
CMYK 0.59 0.84 0 0.55
HSL 257.94º 0.72% 0.26% -
HSV(B) 257.94º 0.84% 0.45% -
XYZ 4.6 2.36 16.73 -
YUV 38.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 48 19 116 0.59 0.84 0 0.55 257.94 0.72 0.26
Hex 30 13 74 3B 54 0 37 102 48 1A
Octal 60 23 164 73 124 0 67 402 110 32
Binary 110000 10011 1110100 111011 1010100 0 110111 100000010 1001000 11010

Color Harmonies of #301374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301374

Black with #301374

Text Example


Text Example

White with #301374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301374; }

 p { color: rgb(48,19,116); }

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

background-color css

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

 a { background-color: rgb(48,19,116); }

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

border-color css

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

 span { border-color: rgb(48,19,116); }

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