Html Css Color HEX #300680 Persian Indigo

📋 copy color: '#300680'

red 48 ◦ green 6 ◦ blue 128

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

Shades of Persian Indigo #300680

Tints of Persian Indigo #300680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 26.37%
G = 3.3%
B = 70.33%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#300680 (or 0x300680) is known color: Persian Indigo. HEX triplet: 30, 06 and 80. RGB value is (48,6,128). Sum of RGB (Red+Green+Blue) = 48+6+128=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #300680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300680 is #CFF97F. Grayscale: #202020. Windows color (decimal): -13629824 or 8390192. OLE color: 8390192.

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

Color convert

RGB 48 6 128 -
CMYK 0.62 0.95 0 0.50
HSL 260.66º 0.91% 0.26% -
HSV(B) 260.66º 0.95% 0.5% -
XYZ 5.18 2.32 20.6 -
YUV 32.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 48 6 128 0.62 0.95 0 0.50 260.66 0.91 0.26
Hex 30 6 80 3E 5F 0 32 105 5B 1A
Octal 60 6 200 76 137 0 62 405 133 32
Binary 110000 110 10000000 111110 1011111 0 110010 100000101 1011011 11010

Color Harmonies of #300680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300680

Black with #300680

Text Example


Text Example

White with #300680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300680; }

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

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

background-color css

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

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

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

border-color css

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

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

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