Html Css Color HEX #250865 Persian Indigo

📋 copy color: '#250865'

red 37 ◦ green 8 ◦ blue 101

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

Shades of Persian Indigo #250865

Tints of Persian Indigo #250865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 69.18%

R = 25.34%
G = 5.48%
B = 69.18%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#250865 (or 0x250865) is known color: Persian Indigo. HEX triplet: 25, 08 and 65. RGB value is (37,8,101). Sum of RGB (Red+Green+Blue) = 37+8+101=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #250865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250865 is #DAF79A. Grayscale: #1A1A1A. Windows color (decimal): -14350235 or 6621221. OLE color: 6621221.

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

Color convert

RGB 37 8 101 -
CMYK 0.63 0.92 0 0.60
HSL 258.71º 0.85% 0.21% -
HSV(B) 258.71º 0.92% 0.4% -
XYZ 3.2 1.51 12.43 -
YUV 27.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 37 8 101 0.63 0.92 0 0.60 258.71 0.85 0.21
Hex 25 8 65 3F 5C 0 3C 103 55 15
Octal 45 10 145 77 134 0 74 403 125 25
Binary 100101 1000 1100101 111111 1011100 0 111100 100000011 1010101 10101

Color Harmonies of #250865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250865

Black with #250865

Text Example


Text Example

White with #250865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250865; }

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

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

background-color css

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

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

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

border-color css

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

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

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