Html Css Color HEX #251069 Persian Indigo

📋 copy color: '#251069'

red 37 ◦ green 16 ◦ blue 105

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

Shades of Persian Indigo #251069

Tints of Persian Indigo #251069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.46%

R = 23.42%
G = 10.13%
B = 66.46%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#251069 (or 0x251069) is known color: Persian Indigo. HEX triplet: 25, 10 and 69. RGB value is (37,16,105). Sum of RGB (Red+Green+Blue) = 37+16+105=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #251069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251069 is #DAEF96. Grayscale: #202020. Windows color (decimal): -14348183 or 6885413. OLE color: 6885413.

HSL color Cylindrical-coordinate representation of color #251069: hue angle of 254.16º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251069 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 16 105 -
CMYK 0.65 0.85 0 0.59
HSL 254.16º 0.74% 0.24% -
HSV(B) 254.16º 0.85% 0.41% -
XYZ 3.5 1.78 13.52 -
YUV 32.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 37 16 105 0.65 0.85 0 0.59 254.16 0.74 0.24
Hex 25 10 69 41 55 0 3B FE 4A 18
Octal 45 20 151 101 125 0 73 376 112 30
Binary 100101 10000 1101001 1000001 1010101 0 111011 11111110 1001010 11000

Color Harmonies of #251069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251069

Black with #251069

Text Example


Text Example

White with #251069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251069; }

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

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

background-color css

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

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

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

border-color css

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

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

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