Html Css Color HEX #301078 Persian Indigo

📋 copy color: '#301078'

red 48 ◦ green 16 ◦ blue 120

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

Shades of Persian Indigo #301078

Tints of Persian Indigo #301078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.22%

R = 26.09%
G = 8.7%
B = 65.22%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301078 (or 0x301078) is known color: Persian Indigo. HEX triplet: 30, 10 and 78. RGB value is (48,16,120). Sum of RGB (Red+Green+Blue) = 48+16+120=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #301078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301078 is #CFEF87. Grayscale: #252525. Windows color (decimal): -13627272 or 7868464. OLE color: 7868464.

HSL color Cylindrical-coordinate representation of color #301078: hue angle of 258.46º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301078 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 16 120 -
CMYK 0.60 0.87 0 0.53
HSL 258.46º 0.76% 0.27% -
HSV(B) 258.46º 0.87% 0.47% -
XYZ 4.79 2.36 17.97 -
YUV 37.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 48 16 120 0.60 0.87 0 0.53 258.46 0.76 0.27
Hex 30 10 78 3C 57 0 35 102 4C 1B
Octal 60 20 170 74 127 0 65 402 114 33
Binary 110000 10000 1111000 111100 1010111 0 110101 100000010 1001100 11011

Color Harmonies of #301078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301078

Black with #301078

Text Example


Text Example

White with #301078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301078; }

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

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

background-color css

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

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

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

border-color css

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

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

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