Html Css Color HEX #250170 Persian Indigo

📋 copy color: '#250170'

red 37 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #250170

Tints of Persian Indigo #250170

RGB

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

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

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

R = 24.67%
G = 0.67%
B = 74.67%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250170 (or 0x250170) is known color: Persian Indigo. HEX triplet: 25, 01 and 70. RGB value is (37,1,112). Sum of RGB (Red+Green+Blue) = 37+1+112=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #250170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250170 is #DAFE8F. Grayscale: #181818. Windows color (decimal): -14352016 or 7340325. OLE color: 7340325.

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

Color convert

RGB 37 1 112 -
CMYK 0.67 0.99 0 0.56
HSL 259.46º 0.98% 0.22% -
HSV(B) 259.46º 0.99% 0.44% -
XYZ 3.7 1.58 15.44 -
YUV 24.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 37 1 112 0.67 0.99 0 0.56 259.46 0.98 0.22
Hex 25 1 70 43 63 0 38 103 62 16
Octal 45 1 160 103 143 0 70 403 142 26
Binary 100101 1 1110000 1000011 1100011 0 111000 100000011 1100010 10110

Color Harmonies of #250170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250170

Black with #250170

Text Example


Text Example

White with #250170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250170; }

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

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

background-color css

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

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

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

border-color css

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

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

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