Html Css Color HEX #301680 Persian Indigo

📋 copy color: '#301680'

red 48 ◦ green 22 ◦ blue 128

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

Shades of Persian Indigo #301680

Tints of Persian Indigo #301680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.11%

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

R = 24.24%
G = 11.11%
B = 64.65%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#301680 (or 0x301680) is known color: Persian Indigo. HEX triplet: 30, 16 and 80. RGB value is (48,22,128). Sum of RGB (Red+Green+Blue) = 48+22+128=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #301680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301680 is #CFE97F. Grayscale: #292929. Windows color (decimal): -13625728 or 8394288. OLE color: 8394288.

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

Color convert

RGB 48 22 128 -
CMYK 0.62 0.83 0 0.50
HSL 254.72º 0.71% 0.29% -
HSV(B) 254.72º 0.83% 0.5% -
XYZ 5.4 2.76 20.67 -
YUV 41.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 48 22 128 0.62 0.83 0 0.50 254.72 0.71 0.29
Hex 30 16 80 3E 53 0 32 FF 47 1D
Octal 60 26 200 76 123 0 62 377 107 35
Binary 110000 10110 10000000 111110 1010011 0 110010 11111111 1000111 11101

Color Harmonies of #301680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301680

Black with #301680

Text Example


Text Example

White with #301680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301680; }

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

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

background-color css

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

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

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

border-color css

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

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

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