Html Css Color HEX #300582 Persian Indigo

📋 copy color: '#300582'

red 48 ◦ green 5 ◦ blue 130

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

Shades of Persian Indigo #300582

Tints of Persian Indigo #300582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 26.23%
G = 2.73%
B = 71.04%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#300582 (or 0x300582) is known color: Persian Indigo. HEX triplet: 30, 05 and 82. RGB value is (48,5,130). Sum of RGB (Red+Green+Blue) = 48+5+130=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #300582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300582 is #CFFA7D. Grayscale: #1F1F1F. Windows color (decimal): -13630078 or 8521008. OLE color: 8521008.

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

Color convert

RGB 48 5 130 -
CMYK 0.63 0.96 0 0.49
HSL 260.64º 0.93% 0.26% -
HSV(B) 260.64º 0.96% 0.51% -
XYZ 5.3 2.35 21.29 -
YUV 32.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 48 5 130 0.63 0.96 0 0.49 260.64 0.93 0.26
Hex 30 5 82 3F 60 0 31 105 5D 1A
Octal 60 5 202 77 140 0 61 405 135 32
Binary 110000 101 10000010 111111 1100000 0 110001 100000101 1011101 11010

Color Harmonies of #300582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300582

Black with #300582

Text Example


Text Example

White with #300582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300582; }

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

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

background-color css

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

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

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

border-color css

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

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

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