Html Css Color HEX #302384 Persian Indigo

📋 copy color: '#302384'

red 48 ◦ green 35 ◦ blue 132

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

Shades of Persian Indigo #302384

Tints of Persian Indigo #302384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.4%

R = 22.33%
G = 16.28%
B = 61.4%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#302384 (or 0x302384) is known color: Persian Indigo. HEX triplet: 30, 23 and 84. RGB value is (48,35,132). Sum of RGB (Red+Green+Blue) = 48+35+132=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #302384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302384 is #CFDC7B. Grayscale: #313131. Windows color (decimal): -13622396 or 8659760. OLE color: 8659760.

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

Color convert

RGB 48 35 132 -
CMYK 0.64 0.73 0 0.48
HSL 248.04º 0.58% 0.33% -
HSV(B) 248.04º 0.73% 0.52% -
XYZ 5.98 3.5 22.19 -
YUV 49.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 48 35 132 0.64 0.73 0 0.48 248.04 0.58 0.33
Hex 30 23 84 40 49 0 30 F8 3A 21
Octal 60 43 204 100 111 0 60 370 72 41
Binary 110000 100011 10000100 1000000 1001001 0 110000 11111000 111010 100001

Color Harmonies of #302384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302384

Black with #302384

Text Example


Text Example

White with #302384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302384; }

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

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

background-color css

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

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

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

border-color css

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

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

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