Html Css Color HEX #250174 Persian Indigo

📋 copy color: '#250174'

red 37 ◦ green 1 ◦ blue 116

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

Shades of Persian Indigo #250174

Tints of Persian Indigo #250174

RGB

 RED value IS 37 (14.84% from 255) = 24.03%

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 24.03%
G = 0.65%
B = 75.32%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250174 (or 0x250174) is known color: Persian Indigo. HEX triplet: 25, 01 and 74. RGB value is (37,1,116). Sum of RGB (Red+Green+Blue) = 37+1+116=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #250174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250174 is #DAFE8B. Grayscale: #181818. Windows color (decimal): -14352012 or 7602469. OLE color: 7602469.

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

Color convert

RGB 37 1 116 -
CMYK 0.68 0.99 0 0.55
HSL 258.78º 0.98% 0.23% -
HSV(B) 258.78º 0.99% 0.45% -
XYZ 3.93 1.68 16.64 -
YUV 24.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 37 1 116 0.68 0.99 0 0.55 258.78 0.98 0.23
Hex 25 1 74 44 63 0 37 103 62 17
Octal 45 1 164 104 143 0 67 403 142 27
Binary 100101 1 1110100 1000100 1100011 0 110111 100000011 1100010 10111

Color Harmonies of #250174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250174

Black with #250174

Text Example


Text Example

White with #250174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250174; }

 p { color: rgb(37,1,116); }

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

background-color css

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

 a { background-color: rgb(37,1,116); }

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

border-color css

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

 span { border-color: rgb(37,1,116); }

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