Html Css Color HEX #250071 Persian Indigo

📋 copy color: '#250071'

red 37 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #250071

Tints of Persian Indigo #250071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 75.33%

R = 24.67%
G = 0%
B = 75.33%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250071 (or 0x250071) is known color: Persian Indigo. HEX triplet: 25, 00 and 71. RGB value is (37,0,113). Sum of RGB (Red+Green+Blue) = 37+0+113=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #250071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250071 is #DAFF8E. Grayscale: #171717. Windows color (decimal): -14352271 or 7405605. OLE color: 7405605.

HSL color Cylindrical-coordinate representation of color #250071: hue angle of 259.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250071 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 0 113 -
CMYK 0.67 1 0 0.56
HSL 259.65º 1% 0.22% -
HSV(B) 259.65º 1% 0.44% -
XYZ 3.74 1.59 15.73 -
YUV 23.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 37 0 113 0.67 1 0 0.56 259.65 1 0.22
Hex 25 0 71 43 64 0 38 104 64 16
Octal 45 0 161 103 144 0 70 404 144 26
Binary 100101 0 1110001 1000011 1100100 0 111000 100000100 1100100 10110

Color Harmonies of #250071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250071

Black with #250071

Text Example


Text Example

White with #250071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250071; }

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

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

background-color css

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

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

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

border-color css

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

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

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