Html Css Color HEX #300583 Persian Indigo

📋 copy color: '#300583'

red 48 ◦ green 5 ◦ blue 131

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

Shades of Persian Indigo #300583

Tints of Persian Indigo #300583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 71.2%

R = 26.09%
G = 2.72%
B = 71.2%

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

#300583 (or 0x300583) is known color: Persian Indigo. HEX triplet: 30, 05 and 83. RGB value is (48,5,131). Sum of RGB (Red+Green+Blue) = 48+5+131=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #300583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300583 is #CFFA7C. Grayscale: #1F1F1F. Windows color (decimal): -13630077 or 8586544. OLE color: 8586544.

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

Color convert

RGB 48 5 131 -
CMYK 0.63 0.96 0 0.49
HSL 260.48º 0.93% 0.27% -
HSV(B) 260.48º 0.96% 0.51% -
XYZ 5.37 2.38 21.65 -
YUV 32.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 48 5 131 0.63 0.96 0 0.49 260.48 0.93 0.27
Hex 30 5 83 3F 60 0 31 104 5D 1B
Octal 60 5 203 77 140 0 61 404 135 33
Binary 110000 101 10000011 111111 1100000 0 110001 100000100 1011101 11011

Color Harmonies of #300583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300583

Black with #300583

Text Example


Text Example

White with #300583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300583; }

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

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

background-color css

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

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

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

border-color css

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

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

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