Html Css Color HEX #301583 Persian Indigo

📋 copy color: '#301583'

red 48 ◦ green 21 ◦ blue 131

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

Shades of Persian Indigo #301583

Tints of Persian Indigo #301583

RGB

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

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

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

R = 24%
G = 10.5%
B = 65.5%

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

#301583 (or 0x301583) is known color: Persian Indigo. HEX triplet: 30, 15 and 83. RGB value is (48,21,131). Sum of RGB (Red+Green+Blue) = 48+21+131=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #301583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301583 is #CFEA7C. Grayscale: #292929. Windows color (decimal): -13625981 or 8590640. OLE color: 8590640.

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

Color convert

RGB 48 21 131 -
CMYK 0.63 0.84 0 0.49
HSL 254.73º 0.72% 0.3% -
HSV(B) 254.73º 0.84% 0.51% -
XYZ 5.58 2.8 21.72 -
YUV 41.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 48 21 131 0.63 0.84 0 0.49 254.73 0.72 0.3
Hex 30 15 83 3F 54 0 31 FF 48 1E
Octal 60 25 203 77 124 0 61 377 110 36
Binary 110000 10101 10000011 111111 1010100 0 110001 11111111 1001000 11110

Color Harmonies of #301583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301583

Black with #301583

Text Example


Text Example

White with #301583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301583; }

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

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

background-color css

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

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

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

border-color css

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

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

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