Html Css Color HEX #301082 Persian Indigo

📋 copy color: '#301082'

red 48 ◦ green 16 ◦ blue 130

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

Shades of Persian Indigo #301082

Tints of Persian Indigo #301082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 24.74%
G = 8.25%
B = 67.01%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#301082 (or 0x301082) is known color: Persian Indigo. HEX triplet: 30, 10 and 82. RGB value is (48,16,130). Sum of RGB (Red+Green+Blue) = 48+16+130=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #301082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301082 is #CFEF7D. Grayscale: #262626. Windows color (decimal): -13627262 or 8523824. OLE color: 8523824.

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

Color convert

RGB 48 16 130 -
CMYK 0.63 0.88 0 0.49
HSL 256.84º 0.78% 0.29% -
HSV(B) 256.84º 0.88% 0.51% -
XYZ 5.43 2.61 21.34 -
YUV 38.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 48 16 130 0.63 0.88 0 0.49 256.84 0.78 0.29
Hex 30 10 82 3F 58 0 31 101 4E 1D
Octal 60 20 202 77 130 0 61 401 116 35
Binary 110000 10000 10000010 111111 1011000 0 110001 100000001 1001110 11101

Color Harmonies of #301082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301082

Black with #301082

Text Example


Text Example

White with #301082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301082; }

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

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

background-color css

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

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

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

border-color css

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

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

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