Html Css Color HEX #302383 Persian Indigo

📋 copy color: '#302383'

red 48 ◦ green 35 ◦ blue 131

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

Shades of Persian Indigo #302383

Tints of Persian Indigo #302383

RGB

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

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

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

R = 22.43%
G = 16.36%
B = 61.21%

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

#302383 (or 0x302383) is known color: Persian Indigo. HEX triplet: 30, 23 and 83. RGB value is (48,35,131). Sum of RGB (Red+Green+Blue) = 48+35+131=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #302383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302383 is #CFDC7C. Grayscale: #313131. Windows color (decimal): -13622397 or 8594224. OLE color: 8594224.

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

Color convert

RGB 48 35 131 -
CMYK 0.63 0.73 0 0.49
HSL 248.13º 0.58% 0.33% -
HSV(B) 248.13º 0.73% 0.51% -
XYZ 5.92 3.47 21.83 -
YUV 49.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 48 35 131 0.63 0.73 0 0.49 248.13 0.58 0.33
Hex 30 23 83 3F 49 0 31 F8 3A 21
Octal 60 43 203 77 111 0 61 370 72 41
Binary 110000 100011 10000011 111111 1001001 0 110001 11111000 111010 100001

Color Harmonies of #302383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302383

Black with #302383

Text Example


Text Example

White with #302383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302383; }

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

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

background-color css

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

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

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

border-color css

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

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

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