Html Css Color HEX #250369 Persian Indigo

📋 copy color: '#250369'

red 37 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #250369

Tints of Persian Indigo #250369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 25.52%
G = 2.07%
B = 72.41%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250369 (or 0x250369) is known color: Persian Indigo. HEX triplet: 25, 03 and 69. RGB value is (37,3,105). Sum of RGB (Red+Green+Blue) = 37+3+105=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #250369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250369 is #DAFC96. Grayscale: #181818. Windows color (decimal): -14351511 or 6882085. OLE color: 6882085.

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

Color convert

RGB 37 3 105 -
CMYK 0.65 0.97 0 0.59
HSL 260º 0.94% 0.21% -
HSV(B) 260º 0.97% 0.41% -
XYZ 3.35 1.48 13.47 -
YUV 24.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 37 3 105 0.65 0.97 0 0.59 260 0.94 0.21
Hex 25 3 69 41 61 0 3B 104 5E 15
Octal 45 3 151 101 141 0 73 404 136 25
Binary 100101 11 1101001 1000001 1100001 0 111011 100000100 1011110 10101

Color Harmonies of #250369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250369

Black with #250369

Text Example


Text Example

White with #250369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250369; }

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

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

background-color css

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

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

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

border-color css

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

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

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