Html Css Color HEX #301480 Persian Indigo

📋 copy color: '#301480'

red 48 ◦ green 20 ◦ blue 128

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

Shades of Persian Indigo #301480

Tints of Persian Indigo #301480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

 BLUE value IS 128 (50.39% from 255) = 65.31%

R = 24.49%
G = 10.2%
B = 65.31%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#301480 (or 0x301480) is known color: Persian Indigo. HEX triplet: 30, 14 and 80. RGB value is (48,20,128). Sum of RGB (Red+Green+Blue) = 48+20+128=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #301480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301480 is #CFEB7F. Grayscale: #282828. Windows color (decimal): -13626240 or 8393776. OLE color: 8393776.

HSL color Cylindrical-coordinate representation of color #301480: hue angle of 255.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301480 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 20 128 -
CMYK 0.62 0.84 0 0.50
HSL 255.56º 0.73% 0.29% -
HSV(B) 255.56º 0.84% 0.5% -
XYZ 5.37 2.69 20.66 -
YUV 40.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 48 20 128 0.62 0.84 0 0.50 255.56 0.73 0.29
Hex 30 14 80 3E 54 0 32 100 49 1D
Octal 60 24 200 76 124 0 62 400 111 35
Binary 110000 10100 10000000 111110 1010100 0 110010 100000000 1001001 11101

Color Harmonies of #301480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301480

Black with #301480

Text Example


Text Example

White with #301480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301480; }

 p { color: rgb(48,20,128); }

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

background-color css

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

 a { background-color: rgb(48,20,128); }

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

border-color css

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

 span { border-color: rgb(48,20,128); }

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