Html Css Color HEX #300581 Persian Indigo

📋 copy color: '#300581'

red 48 ◦ green 5 ◦ blue 129

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

Shades of Persian Indigo #300581

Tints of Persian Indigo #300581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 70.88%

R = 26.37%
G = 2.75%
B = 70.88%

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

#300581 (or 0x300581) is known color: Persian Indigo. HEX triplet: 30, 05 and 81. RGB value is (48,5,129). Sum of RGB (Red+Green+Blue) = 48+5+129=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 129 (50.78% from 255 or 70.88% from 182); Max value from RGB is 129 - color contains mainly: blue. Hex color #300581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300581 is #CFFA7E. Grayscale: #1F1F1F. Windows color (decimal): -13630079 or 8455472. OLE color: 8455472.

HSL color Cylindrical-coordinate representation of color #300581: hue angle of 260.81º 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 #300581 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 5 129 -
CMYK 0.63 0.96 0 0.49
HSL 260.81º 0.93% 0.26% -
HSV(B) 260.81º 0.96% 0.51% -
XYZ 5.24 2.32 20.94 -
YUV 31.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 48 5 129 0.63 0.96 0 0.49 260.81 0.93 0.26
Hex 30 5 81 3F 60 0 31 105 5D 1A
Octal 60 5 201 77 140 0 61 405 135 32
Binary 110000 101 10000001 111111 1100000 0 110001 100000101 1011101 11010

Color Harmonies of #300581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300581

Black with #300581

Text Example


Text Example

White with #300581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300581; }

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

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

background-color css

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

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

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

border-color css

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

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

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