Html Css Color HEX #250168 Persian Indigo

📋 copy color: '#250168'

red 37 ◦ green 1 ◦ blue 104

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

Shades of Persian Indigo #250168

Tints of Persian Indigo #250168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 26.06%
G = 0.7%
B = 73.24%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250168 (or 0x250168) is known color: Persian Indigo. HEX triplet: 25, 01 and 68. RGB value is (37,1,104). Sum of RGB (Red+Green+Blue) = 37+1+104=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #250168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250168 is #DAFE97. Grayscale: #171717. Windows color (decimal): -14352024 or 6816037. OLE color: 6816037.

HSL color Cylindrical-coordinate representation of color #250168: hue angle of 260.97º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250168 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 1 104 -
CMYK 0.64 0.99 0 0.59
HSL 260.97º 0.98% 0.21% -
HSV(B) 260.97º 0.99% 0.41% -
XYZ 3.27 1.41 13.2 -
YUV 23.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 37 1 104 0.64 0.99 0 0.59 260.97 0.98 0.21
Hex 25 1 68 40 63 0 3B 105 62 15
Octal 45 1 150 100 143 0 73 405 142 25
Binary 100101 1 1101000 1000000 1100011 0 111011 100000101 1100010 10101

Color Harmonies of #250168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250168

Black with #250168

Text Example


Text Example

White with #250168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250168; }

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

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

background-color css

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

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

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

border-color css

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

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

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