Html Css Color HEX #301674 Persian Indigo

📋 copy color: '#301674'

red 48 ◦ green 22 ◦ blue 116

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

Shades of Persian Indigo #301674

Tints of Persian Indigo #301674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 25.81%
G = 11.83%
B = 62.37%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301674 (or 0x301674) is known color: Persian Indigo. HEX triplet: 30, 16 and 74. RGB value is (48,22,116). Sum of RGB (Red+Green+Blue) = 48+22+116=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #301674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301674 is #CFE98B. Grayscale: #282828. Windows color (decimal): -13625740 or 7607856. OLE color: 7607856.

HSL color Cylindrical-coordinate representation of color #301674: hue angle of 256.6º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301674 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 22 116 -
CMYK 0.59 0.81 0 0.55
HSL 256.6º 0.68% 0.27% -
HSV(B) 256.6º 0.81% 0.45% -
XYZ 4.66 2.46 16.75 -
YUV 40.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 48 22 116 0.59 0.81 0 0.55 256.6 0.68 0.27
Hex 30 16 74 3B 51 0 37 101 44 1B
Octal 60 26 164 73 121 0 67 401 104 33
Binary 110000 10110 1110100 111011 1010001 0 110111 100000001 1000100 11011

Color Harmonies of #301674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301674

Black with #301674

Text Example


Text Example

White with #301674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301674; }

 p { color: rgb(48,22,116); }

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

background-color css

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

 a { background-color: rgb(48,22,116); }

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

border-color css

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

 span { border-color: rgb(48,22,116); }

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