Html Css Color HEX #250765 Persian Indigo

📋 copy color: '#250765'

red 37 ◦ green 7 ◦ blue 101

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

Shades of Persian Indigo #250765

Tints of Persian Indigo #250765

RGB

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

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

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

R = 25.52%
G = 4.83%
B = 69.66%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#250765 (or 0x250765) is known color: Persian Indigo. HEX triplet: 25, 07 and 65. RGB value is (37,7,101). Sum of RGB (Red+Green+Blue) = 37+7+101=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #250765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250765 is #DAF89A. Grayscale: #1A1A1A. Windows color (decimal): -14350491 or 6620965. OLE color: 6620965.

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

Color convert

RGB 37 7 101 -
CMYK 0.63 0.93 0 0.60
HSL 259.15º 0.87% 0.21% -
HSV(B) 259.15º 0.93% 0.4% -
XYZ 3.19 1.48 12.43 -
YUV 26.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 37 7 101 0.63 0.93 0 0.60 259.15 0.87 0.21
Hex 25 7 65 3F 5D 0 3C 103 57 15
Octal 45 7 145 77 135 0 74 403 127 25
Binary 100101 111 1100101 111111 1011101 0 111100 100000011 1010111 10101

Color Harmonies of #250765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250765

Black with #250765

Text Example


Text Example

White with #250765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250765; }

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

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

background-color css

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

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

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

border-color css

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

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

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