Html Css Color HEX #301975 Persian Indigo

📋 copy color: '#301975'

red 48 ◦ green 25 ◦ blue 117

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

Shades of Persian Indigo #301975

Tints of Persian Indigo #301975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 25.26%
G = 13.16%
B = 61.58%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301975 (or 0x301975) is known color: Persian Indigo. HEX triplet: 30, 19 and 75. RGB value is (48,25,117). Sum of RGB (Red+Green+Blue) = 48+25+117=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #301975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301975 is #CFE68A. Grayscale: #2A2A2A. Windows color (decimal): -13624971 or 7674160. OLE color: 7674160.

HSL color Cylindrical-coordinate representation of color #301975: hue angle of 255º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301975 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 25 117 -
CMYK 0.59 0.79 0 0.54
HSL 255º 0.65% 0.28% -
HSV(B) 255º 0.79% 0.46% -
XYZ 4.78 2.61 17.08 -
YUV 42.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 48 25 117 0.59 0.79 0 0.54 255 0.65 0.28
Hex 30 19 75 3B 4F 0 36 FF 41 1C
Octal 60 31 165 73 117 0 66 377 101 34
Binary 110000 11001 1110101 111011 1001111 0 110110 11111111 1000001 11100

Color Harmonies of #301975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301975

Black with #301975

Text Example


Text Example

White with #301975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301975; }

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

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

background-color css

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

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

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

border-color css

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

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

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