Html Css Color HEX #301278 Persian Indigo

📋 copy color: '#301278'

red 48 ◦ green 18 ◦ blue 120

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

Shades of Persian Indigo #301278

Tints of Persian Indigo #301278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 25.81%
G = 9.68%
B = 64.52%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301278 (or 0x301278) is known color: Persian Indigo. HEX triplet: 30, 12 and 78. RGB value is (48,18,120). Sum of RGB (Red+Green+Blue) = 48+18+120=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #301278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301278 is #CFED87. Grayscale: #262626. Windows color (decimal): -13626760 or 7868976. OLE color: 7868976.

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

Color convert

RGB 48 18 120 -
CMYK 0.60 0.85 0 0.53
HSL 257.65º 0.74% 0.27% -
HSV(B) 257.65º 0.85% 0.47% -
XYZ 4.83 2.42 17.98 -
YUV 38.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 48 18 120 0.60 0.85 0 0.53 257.65 0.74 0.27
Hex 30 12 78 3C 55 0 35 102 4A 1B
Octal 60 22 170 74 125 0 65 402 112 33
Binary 110000 10010 1111000 111100 1010101 0 110101 100000010 1001010 11011

Color Harmonies of #301278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301278

Black with #301278

Text Example


Text Example

White with #301278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301278; }

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

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

background-color css

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

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

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

border-color css

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

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

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