Html Css Color HEX #251065 Persian Indigo

📋 copy color: '#251065'

red 37 ◦ green 16 ◦ blue 101

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

Shades of Persian Indigo #251065

Tints of Persian Indigo #251065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.39%

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

R = 24.03%
G = 10.39%
B = 65.58%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#251065 (or 0x251065) is known color: Persian Indigo. HEX triplet: 25, 10 and 65. RGB value is (37,16,101). Sum of RGB (Red+Green+Blue) = 37+16+101=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #251065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251065 is #DAEF9A. Grayscale: #1F1F1F. Windows color (decimal): -14348187 or 6623269. OLE color: 6623269.

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

Color convert

RGB 37 16 101 -
CMYK 0.63 0.84 0 0.60
HSL 254.82º 0.73% 0.23% -
HSV(B) 254.82º 0.84% 0.4% -
XYZ 3.3 1.7 12.47 -
YUV 31.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 37 16 101 0.63 0.84 0 0.60 254.82 0.73 0.23
Hex 25 10 65 3F 54 0 3C FF 49 17
Octal 45 20 145 77 124 0 74 377 111 27
Binary 100101 10000 1100101 111111 1010100 0 111100 11111111 1001001 10111

Color Harmonies of #251065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251065

Black with #251065

Text Example


Text Example

White with #251065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251065; }

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

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

background-color css

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

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

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

border-color css

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

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

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