Html Css Color HEX #250C63 Persian Indigo

📋 copy color: '#250C63'

red 37 ◦ green 12 ◦ blue 99

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

Shades of Persian Indigo #250C63

Tints of Persian Indigo #250C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.11%

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

R = 25%
G = 8.11%
B = 66.89%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#250C63 (or 0x250C63) is known color: Persian Indigo. HEX triplet: 25, 0C and 63. RGB value is (37,12,99). Sum of RGB (Red+Green+Blue) = 37+12+99=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #250C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C63 is #DAF39C. Grayscale: #1D1D1D. Windows color (decimal): -14349213 or 6491173. OLE color: 6491173.

HSL color Cylindrical-coordinate representation of color #250C63: hue angle of 257.24º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250C63 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 12 99 -
CMYK 0.63 0.88 0 0.61
HSL 257.24º 0.78% 0.22% -
HSV(B) 257.24º 0.88% 0.39% -
XYZ 3.15 1.56 11.94 -
YUV 29.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 37 12 99 0.63 0.88 0 0.61 257.24 0.78 0.22
Hex 25 C 63 3F 58 0 3D 101 4E 16
Octal 45 14 143 77 130 0 75 401 116 26
Binary 100101 1100 1100011 111111 1011000 0 111101 100000001 1001110 10110

Color Harmonies of #250C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C63

Black with #250C63

Text Example


Text Example

White with #250C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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