Html Css Color HEX #231075 Persian Indigo

📋 copy color: '#231075'

red 35 ◦ green 16 ◦ blue 117

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

Shades of Persian Indigo #231075

Tints of Persian Indigo #231075

RGB

 RED value IS 35 (14.06% from 255) = 20.83%

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

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 20.83%
G = 9.52%
B = 69.64%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231075 (or 0x231075) is known color: Persian Indigo. HEX triplet: 23, 10 and 75. RGB value is (35,16,117). Sum of RGB (Red+Green+Blue) = 35+16+117=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #231075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231075 is #DCEF8A. Grayscale: #202020. Windows color (decimal): -14479243 or 7671843. OLE color: 7671843.

HSL color Cylindrical-coordinate representation of color #231075: hue angle of 251.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231075 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 16 117 -
CMYK 0.70 0.86 0 0.54
HSL 251.29º 0.76% 0.26% -
HSV(B) 251.29º 0.86% 0.46% -
XYZ 4.09 2.01 17 -
YUV 33.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 35 16 117 0.70 0.86 0 0.54 251.29 0.76 0.26
Hex 23 10 75 46 56 0 36 FB 4C 1A
Octal 43 20 165 106 126 0 66 373 114 32
Binary 100011 10000 1110101 1000110 1010110 0 110110 11111011 1001100 11010

Color Harmonies of #231075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231075

Black with #231075

Text Example


Text Example

White with #231075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231075; }

 p { color: rgb(35,16,117); }

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

background-color css

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

 a { background-color: rgb(35,16,117); }

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

border-color css

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

 span { border-color: rgb(35,16,117); }

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