Html Css Color HEX #251066 Persian Indigo

📋 copy color: '#251066'

red 37 ◦ green 16 ◦ blue 102

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

Shades of Persian Indigo #251066

Tints of Persian Indigo #251066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 65.81%

R = 23.87%
G = 10.32%
B = 65.81%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#251066 (or 0x251066) is known color: Persian Indigo. HEX triplet: 25, 10 and 66. RGB value is (37,16,102). Sum of RGB (Red+Green+Blue) = 37+16+102=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #251066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251066 is #DAEF99. Grayscale: #1F1F1F. Windows color (decimal): -14348186 or 6688805. OLE color: 6688805.

HSL color Cylindrical-coordinate representation of color #251066: hue angle of 254.65º 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 #251066 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 16 102 -
CMYK 0.64 0.84 0 0.6
HSL 254.65º 0.73% 0.23% -
HSV(B) 254.65º 0.84% 0.4% -
XYZ 3.35 1.72 12.73 -
YUV 32.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 37 16 102 0.64 0.84 0 0.6 254.65 0.73 0.23
Hex 25 10 66 40 54 0 3C FF 49 17
Octal 45 20 146 100 124 0 74 377 111 27
Binary 100101 10000 1100110 1000000 1010100 0 111100 11111111 1001001 10111

Color Harmonies of #251066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251066

Black with #251066

Text Example


Text Example

White with #251066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251066; }

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

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

background-color css

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

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

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

border-color css

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

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

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