Html Css Color HEX #250165 Persian Indigo

📋 copy color: '#250165'

red 37 ◦ green 1 ◦ blue 101

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

Shades of Persian Indigo #250165

Tints of Persian Indigo #250165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 26.62%
G = 0.72%
B = 72.66%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#250165 (or 0x250165) is known color: Persian Indigo. HEX triplet: 25, 01 and 65. RGB value is (37,1,101). Sum of RGB (Red+Green+Blue) = 37+1+101=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 101 (39.84% from 255 or 72.66% from 139); Max value from RGB is 101 - color contains mainly: blue. Hex color #250165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250165 is #DAFE9A. Grayscale: #161616. Windows color (decimal): -14352027 or 6619429. OLE color: 6619429.

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

Color convert

RGB 37 1 101 -
CMYK 0.63 0.99 0 0.60
HSL 261.6º 0.98% 0.2% -
HSV(B) 261.6º 0.99% 0.4% -
XYZ 3.12 1.35 12.41 -
YUV 23.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 37 1 101 0.63 0.99 0 0.60 261.6 0.98 0.2
Hex 25 1 65 3F 63 0 3C 106 62 14
Octal 45 1 145 77 143 0 74 406 142 24
Binary 100101 1 1100101 111111 1100011 0 111100 100000110 1100010 10100

Color Harmonies of #250165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250165

Black with #250165

Text Example


Text Example

White with #250165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250165; }

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

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

background-color css

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

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

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

border-color css

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

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

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