Html Css Color HEX #251369 Persian Indigo

📋 copy color: '#251369'

red 37 ◦ green 19 ◦ blue 105

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

Shades of Persian Indigo #251369

Tints of Persian Indigo #251369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 22.98%
G = 11.8%
B = 65.22%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#251369 (or 0x251369) is known color: Persian Indigo. HEX triplet: 25, 13 and 69. RGB value is (37,19,105). Sum of RGB (Red+Green+Blue) = 37+19+105=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #251369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251369 is #DAEC96. Grayscale: #212121. Windows color (decimal): -14347415 or 6886181. OLE color: 6886181.

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

Color convert

RGB 37 19 105 -
CMYK 0.65 0.82 0 0.59
HSL 252.56º 0.69% 0.24% -
HSV(B) 252.56º 0.82% 0.41% -
XYZ 3.55 1.88 13.54 -
YUV 34.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 37 19 105 0.65 0.82 0 0.59 252.56 0.69 0.24
Hex 25 13 69 41 52 0 3B FD 45 18
Octal 45 23 151 101 122 0 73 375 105 30
Binary 100101 10011 1101001 1000001 1010010 0 111011 11111101 1000101 11000

Color Harmonies of #251369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251369

Black with #251369

Text Example


Text Example

White with #251369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251369; }

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

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

background-color css

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

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

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

border-color css

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

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

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