Html Css Color HEX #302280 Persian Indigo

📋 copy color: '#302280'

red 48 ◦ green 34 ◦ blue 128

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

Shades of Persian Indigo #302280

Tints of Persian Indigo #302280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 22.86%
G = 16.19%
B = 60.95%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#302280 (or 0x302280) is known color: Persian Indigo. HEX triplet: 30, 22 and 80. RGB value is (48,34,128). Sum of RGB (Red+Green+Blue) = 48+34+128=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #302280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302280 is #CFDD7F. Grayscale: #303030. Windows color (decimal): -13622656 or 8397360. OLE color: 8397360.

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

Color convert

RGB 48 34 128 -
CMYK 0.62 0.73 0 0.50
HSL 248.94º 0.58% 0.32% -
HSV(B) 248.94º 0.73% 0.5% -
XYZ 5.69 3.33 20.77 -
YUV 48.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 48 34 128 0.62 0.73 0 0.50 248.94 0.58 0.32
Hex 30 22 80 3E 49 0 32 F9 3A 20
Octal 60 42 200 76 111 0 62 371 72 40
Binary 110000 100010 10000000 111110 1001001 0 110010 11111001 111010 100000

Color Harmonies of #302280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302280

Black with #302280

Text Example


Text Example

White with #302280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302280; }

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

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

background-color css

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

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

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

border-color css

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

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

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