Html Css Color HEX #230961 Persian Indigo

📋 copy color: '#230961'

red 35 ◦ green 9 ◦ blue 97

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

Shades of Persian Indigo #230961

Tints of Persian Indigo #230961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

 BLUE value IS 97 (38.28% from 255) = 68.79%

R = 24.82%
G = 6.38%
B = 68.79%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230961 (or 0x230961) is known color: Persian Indigo. HEX triplet: 23, 09 and 61. RGB value is (35,9,97). Sum of RGB (Red+Green+Blue) = 35+9+97=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #230961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230961 is #DCF69E. Grayscale: #1A1A1A. Windows color (decimal): -14481055 or 6359331. OLE color: 6359331.

HSL color Cylindrical-coordinate representation of color #230961: hue angle of 257.73º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230961 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 9 97 -
CMYK 0.64 0.91 0 0.62
HSL 257.73º 0.83% 0.21% -
HSV(B) 257.73º 0.91% 0.38% -
XYZ 2.95 1.42 11.43 -
YUV 26.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 35 9 97 0.64 0.91 0 0.62 257.73 0.83 0.21
Hex 23 9 61 40 5B 0 3E 102 53 15
Octal 43 11 141 100 133 0 76 402 123 25
Binary 100011 1001 1100001 1000000 1011011 0 111110 100000010 1010011 10101

Color Harmonies of #230961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230961

Black with #230961

Text Example


Text Example

White with #230961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230961; }

 p { color: rgb(35,9,97); }

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

background-color css

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

 a { background-color: rgb(35,9,97); }

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

border-color css

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

 span { border-color: rgb(35,9,97); }

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