Html Css Color HEX #250363 Persian Indigo

📋 copy color: '#250363'

red 37 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #250363

Tints of Persian Indigo #250363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

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

R = 26.62%
G = 2.16%
B = 71.22%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#250363 (or 0x250363) is known color: Persian Indigo. HEX triplet: 25, 03 and 63. RGB value is (37,3,99). Sum of RGB (Red+Green+Blue) = 37+3+99=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #250363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250363 is #DAFC9C. Grayscale: #171717. Windows color (decimal): -14351517 or 6488869. OLE color: 6488869.

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

Color convert

RGB 37 3 99 -
CMYK 0.63 0.97 0 0.61
HSL 261.25º 0.94% 0.2% -
HSV(B) 261.25º 0.97% 0.39% -
XYZ 3.05 1.36 11.91 -
YUV 24.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 37 3 99 0.63 0.97 0 0.61 261.25 0.94 0.2
Hex 25 3 63 3F 61 0 3D 105 5E 14
Octal 45 3 143 77 141 0 75 405 136 24
Binary 100101 11 1100011 111111 1100001 0 111101 100000101 1011110 10100

Color Harmonies of #250363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250363

Black with #250363

Text Example


Text Example

White with #250363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250363; }

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

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

background-color css

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

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

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

border-color css

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

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

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