Html Css Color HEX #250070 Persian Indigo

📋 copy color: '#250070'

red 37 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #250070

Tints of Persian Indigo #250070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 75.17%

R = 24.83%
G = 0%
B = 75.17%

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

#250070 (or 0x250070) is known color: Persian Indigo. HEX triplet: 25, 00 and 70. RGB value is (37,0,112). Sum of RGB (Red+Green+Blue) = 37+0+112=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #250070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250070 is #DAFF8F. Grayscale: #171717. Windows color (decimal): -14352272 or 7340069. OLE color: 7340069.

HSL color Cylindrical-coordinate representation of color #250070: hue angle of 259.82º 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 #250070 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 0 112 -
CMYK 0.67 1 0 0.56
HSL 259.82º 1% 0.22% -
HSV(B) 259.82º 1% 0.44% -
XYZ 3.69 1.56 15.44 -
YUV 23.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 37 0 112 0.67 1 0 0.56 259.82 1 0.22
Hex 25 0 70 43 64 0 38 104 64 16
Octal 45 0 160 103 144 0 70 404 144 26
Binary 100101 0 1110000 1000011 1100100 0 111000 100000100 1100100 10110

Color Harmonies of #250070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250070

Black with #250070

Text Example


Text Example

White with #250070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250070; }

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

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

background-color css

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

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

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

border-color css

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

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

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