Html Css Color HEX #301582 Persian Indigo

📋 copy color: '#301582'

red 48 ◦ green 21 ◦ blue 130

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

Shades of Persian Indigo #301582

Tints of Persian Indigo #301582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 130 (51.17% from 255) = 65.33%

R = 24.12%
G = 10.55%
B = 65.33%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#301582 (or 0x301582) is known color: Persian Indigo. HEX triplet: 30, 15 and 82. RGB value is (48,21,130). Sum of RGB (Red+Green+Blue) = 48+21+130=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #301582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301582 is #CFEA7D. Grayscale: #292929. Windows color (decimal): -13625982 or 8525104. OLE color: 8525104.

HSL color Cylindrical-coordinate representation of color #301582: hue angle of 254.86º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301582 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 21 130 -
CMYK 0.63 0.84 0 0.49
HSL 254.86º 0.72% 0.3% -
HSV(B) 254.86º 0.84% 0.51% -
XYZ 5.52 2.78 21.36 -
YUV 41.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 48 21 130 0.63 0.84 0 0.49 254.86 0.72 0.3
Hex 30 15 82 3F 54 0 31 FF 48 1E
Octal 60 25 202 77 124 0 61 377 110 36
Binary 110000 10101 10000010 111111 1010100 0 110001 11111111 1001000 11110

Color Harmonies of #301582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301582

Black with #301582

Text Example


Text Example

White with #301582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301582; }

 p { color: rgb(48,21,130); }

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

background-color css

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

 a { background-color: rgb(48,21,130); }

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

border-color css

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

 span { border-color: rgb(48,21,130); }

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