Html Css Color HEX #250863 Persian Indigo

📋 copy color: '#250863'

red 37 ◦ green 8 ◦ blue 99

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

Shades of Persian Indigo #250863

Tints of Persian Indigo #250863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

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

R = 25.69%
G = 5.56%
B = 68.75%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#250863 (or 0x250863) is known color: Persian Indigo. HEX triplet: 25, 08 and 63. RGB value is (37,8,99). Sum of RGB (Red+Green+Blue) = 37+8+99=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #250863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250863 is #DAF79C. Grayscale: #1A1A1A. Windows color (decimal): -14350237 or 6490149. OLE color: 6490149.

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

Color convert

RGB 37 8 99 -
CMYK 0.63 0.92 0 0.61
HSL 259.12º 0.85% 0.21% -
HSV(B) 259.12º 0.92% 0.39% -
XYZ 3.1 1.47 11.92 -
YUV 27.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 37 8 99 0.63 0.92 0 0.61 259.12 0.85 0.21
Hex 25 8 63 3F 5C 0 3D 103 55 15
Octal 45 10 143 77 134 0 75 403 125 25
Binary 100101 1000 1100011 111111 1011100 0 111101 100000011 1010101 10101

Color Harmonies of #250863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250863

Black with #250863

Text Example


Text Example

White with #250863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250863; }

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

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

background-color css

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

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

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

border-color css

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

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

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