Html Css Color HEX #250163 Persian Indigo

📋 copy color: '#250163'

red 37 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #250163

Tints of Persian Indigo #250163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 72.26%

R = 27.01%
G = 0.73%
B = 72.26%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#250163 (or 0x250163) is known color: Persian Indigo. HEX triplet: 25, 01 and 63. RGB value is (37,1,99). Sum of RGB (Red+Green+Blue) = 37+1+99=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #250163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250163 is #DAFE9C. Grayscale: #161616. Windows color (decimal): -14352029 or 6488357. OLE color: 6488357.

HSL color Cylindrical-coordinate representation of color #250163: hue angle of 262.04º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250163 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 1 99 -
CMYK 0.63 0.99 0 0.61
HSL 262.04º 0.98% 0.2% -
HSV(B) 262.04º 0.99% 0.39% -
XYZ 3.03 1.32 11.9 -
YUV 22.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 37 1 99 0.63 0.99 0 0.61 262.04 0.98 0.2
Hex 25 1 63 3F 63 0 3D 106 62 14
Octal 45 1 143 77 143 0 75 406 142 24
Binary 100101 1 1100011 111111 1100011 0 111101 100000110 1100010 10100

Color Harmonies of #250163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250163

Black with #250163

Text Example


Text Example

White with #250163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250163; }

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

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

background-color css

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

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

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

border-color css

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

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

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