Html Css Color HEX #302083 Persian Indigo

📋 copy color: '#302083'

red 48 ◦ green 32 ◦ blue 131

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

Shades of Persian Indigo #302083

Tints of Persian Indigo #302083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 22.75%
G = 15.17%
B = 62.09%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302083 (or 0x302083) is known color: Persian Indigo. HEX triplet: 30, 20 and 83. RGB value is (48,32,131). Sum of RGB (Red+Green+Blue) = 48+32+131=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #302083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302083 is #CFDF7C. Grayscale: #2F2F2F. Windows color (decimal): -13623165 or 8593456. OLE color: 8593456.

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

Color convert

RGB 48 32 131 -
CMYK 0.63 0.76 0 0.49
HSL 249.7º 0.61% 0.32% -
HSV(B) 249.7º 0.76% 0.51% -
XYZ 5.83 3.3 21.8 -
YUV 48.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 48 32 131 0.63 0.76 0 0.49 249.7 0.61 0.32
Hex 30 20 83 3F 4C 0 31 FA 3D 20
Octal 60 40 203 77 114 0 61 372 75 40
Binary 110000 100000 10000011 111111 1001100 0 110001 11111010 111101 100000

Color Harmonies of #302083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302083

Black with #302083

Text Example


Text Example

White with #302083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302083; }

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

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

background-color css

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

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

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

border-color css

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

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

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