Html Css Color HEX #302174 Persian Indigo

📋 copy color: '#302174'

red 48 ◦ green 33 ◦ blue 116

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

Shades of Persian Indigo #302174

Tints of Persian Indigo #302174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

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

R = 24.37%
G = 16.75%
B = 58.88%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302174 (or 0x302174) is known color: Persian Indigo. HEX triplet: 30, 21 and 74. RGB value is (48,33,116). Sum of RGB (Red+Green+Blue) = 48+33+116=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #302174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302174 is #CFDE8B. Grayscale: #2E2E2E. Windows color (decimal): -13622924 or 7610672. OLE color: 7610672.

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

Color convert

RGB 48 33 116 -
CMYK 0.59 0.72 0 0.55
HSL 250.84º 0.56% 0.29% -
HSV(B) 250.84º 0.72% 0.45% -
XYZ 4.92 2.98 16.84 -
YUV 46.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 48 33 116 0.59 0.72 0 0.55 250.84 0.56 0.29
Hex 30 21 74 3B 48 0 37 FB 38 1D
Octal 60 41 164 73 110 0 67 373 70 35
Binary 110000 100001 1110100 111011 1001000 0 110111 11111011 111000 11101

Color Harmonies of #302174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302174

Black with #302174

Text Example


Text Example

White with #302174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302174; }

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

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

background-color css

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

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

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

border-color css

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

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

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