Html Css Color HEX #250763 Persian Indigo

📋 copy color: '#250763'

red 37 ◦ green 7 ◦ blue 99

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

Shades of Persian Indigo #250763

Tints of Persian Indigo #250763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 25.87%
G = 4.9%
B = 69.23%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#250763 (or 0x250763) is known color: Persian Indigo. HEX triplet: 25, 07 and 63. RGB value is (37,7,99). Sum of RGB (Red+Green+Blue) = 37+7+99=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #250763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250763 is #DAF89C. Grayscale: #1A1A1A. Windows color (decimal): -14350493 or 6489893. OLE color: 6489893.

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

Color convert

RGB 37 7 99 -
CMYK 0.63 0.93 0 0.61
HSL 259.57º 0.87% 0.21% -
HSV(B) 259.57º 0.93% 0.39% -
XYZ 3.09 1.45 11.92 -
YUV 26.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 37 7 99 0.63 0.93 0 0.61 259.57 0.87 0.21
Hex 25 7 63 3F 5D 0 3D 104 57 15
Octal 45 7 143 77 135 0 75 404 127 25
Binary 100101 111 1100011 111111 1011101 0 111101 100000100 1010111 10101

Color Harmonies of #250763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250763

Black with #250763

Text Example


Text Example

White with #250763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250763; }

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

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

background-color css

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

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

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

border-color css

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

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

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