Html Css Color HEX #250074 Persian Indigo

📋 copy color: '#250074'

red 37 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #250074

Tints of Persian Indigo #250074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.18%
G = 0%
B = 75.82%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250074 (or 0x250074) is known color: Persian Indigo. HEX triplet: 25, 00 and 74. RGB value is (37,0,116). Sum of RGB (Red+Green+Blue) = 37+0+116=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #250074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250074 is #DAFF8B. Grayscale: #171717. Windows color (decimal): -14352268 or 7602213. OLE color: 7602213.

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

Color convert

RGB 37 0 116 -
CMYK 0.68 1 0 0.55
HSL 259.14º 1% 0.23% -
HSV(B) 259.14º 1% 0.45% -
XYZ 3.92 1.65 16.64 -
YUV 24.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 37 0 116 0.68 1 0 0.55 259.14 1 0.23
Hex 25 0 74 44 64 0 37 103 64 17
Octal 45 0 164 104 144 0 67 403 144 27
Binary 100101 0 1110100 1000100 1100100 0 110111 100000011 1100100 10111

Color Harmonies of #250074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250074

Black with #250074

Text Example


Text Example

White with #250074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250074; }

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

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

background-color css

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

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

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

border-color css

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

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

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