Html Css Color HEX #302378 Persian Indigo

📋 copy color: '#302378'

red 48 ◦ green 35 ◦ blue 120

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

Shades of Persian Indigo #302378

Tints of Persian Indigo #302378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 23.65%
G = 17.24%
B = 59.11%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#302378 (or 0x302378) is known color: Persian Indigo. HEX triplet: 30, 23 and 78. RGB value is (48,35,120). Sum of RGB (Red+Green+Blue) = 48+35+120=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #302378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302378 is #CFDC87. Grayscale: #303030. Windows color (decimal): -13622408 or 7873328. OLE color: 7873328.

HSL color Cylindrical-coordinate representation of color #302378: hue angle of 249.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302378 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 35 120 -
CMYK 0.60 0.71 0 0.53
HSL 249.18º 0.55% 0.3% -
HSV(B) 249.18º 0.71% 0.47% -
XYZ 5.21 3.19 18.11 -
YUV 48.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 48 35 120 0.60 0.71 0 0.53 249.18 0.55 0.3
Hex 30 23 78 3C 47 0 35 F9 37 1E
Octal 60 43 170 74 107 0 65 371 67 36
Binary 110000 100011 1111000 111100 1000111 0 110101 11111001 110111 11110

Color Harmonies of #302378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302378

Black with #302378

Text Example


Text Example

White with #302378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302378; }

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

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

background-color css

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

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

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

border-color css

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

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

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