Html Css Color HEX #300580 Persian Indigo

📋 copy color: '#300580'

red 48 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #300580

Tints of Persian Indigo #300580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 26.52%
G = 2.76%
B = 70.72%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#300580 (or 0x300580) is known color: Persian Indigo. HEX triplet: 30, 05 and 80. RGB value is (48,5,128). Sum of RGB (Red+Green+Blue) = 48+5+128=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #300580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300580 is #CFFA7F. Grayscale: #1F1F1F. Windows color (decimal): -13630080 or 8389936. OLE color: 8389936.

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

Color convert

RGB 48 5 128 -
CMYK 0.62 0.96 0 0.50
HSL 260.98º 0.92% 0.26% -
HSV(B) 260.98º 0.96% 0.5% -
XYZ 5.17 2.3 20.59 -
YUV 31.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 48 5 128 0.62 0.96 0 0.50 260.98 0.92 0.26
Hex 30 5 80 3E 60 0 32 105 5C 1A
Octal 60 5 200 76 140 0 62 405 134 32
Binary 110000 101 10000000 111110 1100000 0 110010 100000101 1011100 11010

Color Harmonies of #300580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300580

Black with #300580

Text Example


Text Example

White with #300580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300580; }

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

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

background-color css

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

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

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

border-color css

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

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

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