Html Css Color HEX #301775 Persian Indigo

📋 copy color: '#301775'

red 48 ◦ green 23 ◦ blue 117

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

Shades of Persian Indigo #301775

Tints of Persian Indigo #301775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 117 (46.09% from 255) = 62.23%

R = 25.53%
G = 12.23%
B = 62.23%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301775 (or 0x301775) is known color: Persian Indigo. HEX triplet: 30, 17 and 75. RGB value is (48,23,117). Sum of RGB (Red+Green+Blue) = 48+23+117=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #301775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301775 is #CFE88A. Grayscale: #282828. Windows color (decimal): -13625483 or 7673648. OLE color: 7673648.

HSL color Cylindrical-coordinate representation of color #301775: hue angle of 255.96º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301775 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 23 117 -
CMYK 0.59 0.80 0 0.54
HSL 255.96º 0.67% 0.27% -
HSV(B) 255.96º 0.8% 0.46% -
XYZ 4.74 2.53 17.07 -
YUV 41.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 48 23 117 0.59 0.80 0 0.54 255.96 0.67 0.27
Hex 30 17 75 3B 50 0 36 100 43 1B
Octal 60 27 165 73 120 0 66 400 103 33
Binary 110000 10111 1110101 111011 1010000 0 110110 100000000 1000011 11011

Color Harmonies of #301775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301775

Black with #301775

Text Example


Text Example

White with #301775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301775; }

 p { color: rgb(48,23,117); }

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

background-color css

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

 a { background-color: rgb(48,23,117); }

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

border-color css

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

 span { border-color: rgb(48,23,117); }

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