Html Css Color HEX #302583 Persian Indigo

📋 copy color: '#302583'

red 48 ◦ green 37 ◦ blue 131

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

Shades of Persian Indigo #302583

Tints of Persian Indigo #302583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

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

R = 22.22%
G = 17.13%
B = 60.65%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302583 (or 0x302583) is known color: Persian Indigo. HEX triplet: 30, 25 and 83. RGB value is (48,37,131). Sum of RGB (Red+Green+Blue) = 48+37+131=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #302583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302583 is #CFDA7C. Grayscale: #323232. Windows color (decimal): -13621885 or 8594736. OLE color: 8594736.

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

Color convert

RGB 48 37 131 -
CMYK 0.63 0.72 0 0.49
HSL 247.02º 0.56% 0.33% -
HSV(B) 247.02º 0.72% 0.51% -
XYZ 5.98 3.59 21.85 -
YUV 51.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 48 37 131 0.63 0.72 0 0.49 247.02 0.56 0.33
Hex 30 25 83 3F 48 0 31 F7 38 21
Octal 60 45 203 77 110 0 61 367 70 41
Binary 110000 100101 10000011 111111 1001000 0 110001 11110111 111000 100001

Color Harmonies of #302583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302583

Black with #302583

Text Example


Text Example

White with #302583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302583; }

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

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

background-color css

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

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

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

border-color css

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

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

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