Html Css Color HEX #302382 Persian Indigo

📋 copy color: '#302382'

red 48 ◦ green 35 ◦ blue 130

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

Shades of Persian Indigo #302382

Tints of Persian Indigo #302382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

 BLUE value IS 130 (51.17% from 255) = 61.03%

R = 22.54%
G = 16.43%
B = 61.03%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302382 (or 0x302382) is known color: Persian Indigo. HEX triplet: 30, 23 and 82. RGB value is (48,35,130). Sum of RGB (Red+Green+Blue) = 48+35+130=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #302382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302382 is #CFDC7D. Grayscale: #313131. Windows color (decimal): -13622398 or 8528688. OLE color: 8528688.

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

Color convert

RGB 48 35 130 -
CMYK 0.63 0.73 0 0.49
HSL 248.21º 0.58% 0.32% -
HSV(B) 248.21º 0.73% 0.51% -
XYZ 5.85 3.44 21.48 -
YUV 49.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 48 35 130 0.63 0.73 0 0.49 248.21 0.58 0.32
Hex 30 23 82 3F 49 0 31 F8 3A 20
Octal 60 43 202 77 111 0 61 370 72 40
Binary 110000 100011 10000010 111111 1001001 0 110001 11111000 111010 100000

Color Harmonies of #302382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302382

Black with #302382

Text Example


Text Example

White with #302382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302382; }

 p { color: rgb(48,35,130); }

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

background-color css

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

 a { background-color: rgb(48,35,130); }

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

border-color css

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

 span { border-color: rgb(48,35,130); }

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